aboutsummaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
Diffstat (limited to 'web')
-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.