Tweaks to web page.

git-svn-id: https://pandoc.googlecode.com/svn/trunk@1919 788f1e2b-df1e-0410-8736-df70ead52e1b
This commit is contained in:
fiddlosopher 2010-03-19 16:16:36 +00:00
parent 340f626aa9
commit e8f56d4c79

View file

@ -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.