aboutsummaryrefslogtreecommitdiff
path: root/web/index.txt
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2010-03-19 16:16:36 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2010-03-19 16:16:36 +0000
commite8f56d4c79febf56c8cbe3ca07873e1b8d9d264f (patch)
treeea034a47a51821403c7489e5719587a937e62ee8 /web/index.txt
parent340f626aa9499f53f5d75cc3c5b478717e47fc3c (diff)
downloadpandoc-e8f56d4c79febf56c8cbe3ca07873e1b8d9d264f.tar.gz
Tweaks to web page.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1919 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'web/index.txt')
-rw-r--r--web/index.txt13
1 files changed, 7 insertions, 6 deletions
diff --git a/web/index.txt b/web/index.txt
index 9abc8e9d1..6cbd6e6dd 100644
--- a/web/index.txt
+++ b/web/index.txt
@@ -115,11 +115,11 @@ You may view existing bug reports and submit new ones at
- Version 1.5 release (March 20, 2010).
- + New --mathml option, for display of TeX math as MathML.
- + New --data-dir option, allowing users to specify a data
+ + New `--mathml` option, for display of TeX math as MathML.
+ + New `--data-dir` option, allowing users to specify a data
directory other than `~/.pandoc`. Files placed in this directory
will be used instead of system defaults.
- + New --base-header-level option. For example, --base-header-level=2
+ + New `--base-header-level` option. For example, `--base-header-level=2`
changes level 1 headers to level 2, level 2 to level 3, etc.
+ New 'plain' output format: plain text without pictures, hyperlinks,
inline formatting, or anything else that looks even vaguely
@@ -141,17 +141,18 @@ You may view existing bug reports and submit new ones at
+ Incomplete support for reST tables (simple and grid). Thanks to
Eric Kow. Colspans and rowspans not yet supported.
+ In mediawiki, links with relative URLs are now formatted as wikilinks.
- Also, headers have been promoted: '= head =' is now level 1 instead of
+ Also, headers have been promoted: `= head =` is now level 1 instead of
level 2.
+ The markdown reader now handles "inverse bird tracks" when parsing
literate haskell. These are used for haskell example code that
is not part of the literate program.
- + The -B and -A options now imply -s and no longer work in fragment mode.
+ + The `-B` and `-A` options now imply `-s` and no longer work in
+ fragment mode.
+ Headerless tables are now printed properly in all writers.
In addition, tbody, thead, and cols are used in HTML and Docbook
tables.
+ Improved build system; removed obsolete Makefile.
- + In LaTeX writer, \chapter is now used instead of \section
+ + In LaTeX writer, `\chapter` is now used instead of `\section`.
when the documentclass is book, report, or memoir.
+ Many small bug fixes. See [changelog] for details.