Added note on markdown2pdf changes.

git-svn-id: https://pandoc.googlecode.com/svn/trunk@1783 788f1e2b-df1e-0410-8736-df70ead52e1b
This commit is contained in:
fiddlosopher
2010-01-02 18:59:11 +00:00
parent 3fff3a383c
commit 47d77ce3bd
+3 -1
View File
@@ -92,7 +92,9 @@ pandoc (1.4)
* Documented pandoc 1.3's new definition list syntax in README.
(An oversight in the last release.)
* markdown2pdf.hs: interpret ! in a log as an error line.
* markdown2pdf.hs:
+ interpret ! in a log as an error line.
+ --toc now works properly.
* Changes in RunTests.hs:
+ Use the Diff library rather than a local copy of Diff.hs.