diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2010-03-19 16:11:52 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2010-03-19 16:11:52 +0000 |
commit | b9f5f983db8491de266cf789572e76b2d01920da (patch) | |
tree | 629652f5cb50709f5863b28c67cc1e690434e538 | |
parent | 485e503ba6c17682288829b51c2899d5322378a0 (diff) | |
download | pandoc-b9f5f983db8491de266cf789572e76b2d01920da.tar.gz |
Tweaked changelog.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1915 788f1e2b-df1e-0410-8736-df70ead52e1b
-rw-r--r-- | changelog | 16 |
1 files changed, 5 insertions, 11 deletions
@@ -13,18 +13,17 @@ pandoc (1.5) single combined file, LaTeXMathML.js. * Added --data-dir option. - + This specifies a user data directory. If not specified, will default - to ~/.pandoc on unix or Application Data\pandoc on Windows. - Files placed in the user data directory will override system default - data files. - + Updated documentation. + This specifies a user data directory. If not specified, will default + to ~/.pandoc on unix or Application Data\pandoc on Windows. + Files placed in the user data directory will override system default + data files. * Added Maybe datadir parameter to readDataFile, saveOpenDocumentAsODT, latexMathMLScript, s5HeaderIncludes, and getDefaultTemplate. If Nothing, no user directory is searched for an override. * Added 'plain' output format. This is similar to markdown, but - removes links pictures, inline formatting, and most anything that + removes links, pictures, inline formatting, and most anything that looks even vaguely markupish. The function writePlain is exported by Text.Pandoc.Writers.Markdown, with which it shares most of its code. @@ -221,11 +220,6 @@ pandoc (1.5) * markdown2pdf: always do at least two runs. hyperref bookmarks require this. - * Makefile: specify --template explicitly when using pandoc. - Reason: pandoc may not yet have been installed, so the - templates may not be in the cabal data directory. - Resolves Issue #192. - * cabal file: Removed unneeded dependency on template-haskell. * Windows installer - fixed bug in data file locations. |