diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2010-01-11 03:43:49 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2010-01-11 03:43:49 +0000 |
commit | fd7fe7d0007ce092cc99070c4be2a500545cc75a (patch) | |
tree | d8fe9d88a1253bc12b87244f1cabb73b63d980f7 /changelog | |
parent | 58f32c1928e21abd4d36e75db9e2fba1e7a14287 (diff) | |
download | pandoc-fd7fe7d0007ce092cc99070c4be2a500545cc75a.tar.gz |
Added getTemplate to Text.Pandoc.Templates.
This allows the caller to select whether to allow user overrides
from the user data directory (~/.pandoc).
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1803 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'changelog')
-rw-r--r-- | changelog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -2,6 +2,10 @@ pandoc (1.4.1) [ John MacFarlane ] + * Text.Pandoc.Templates now exports getTemplate, which differs from + getDefaultTemplate in allowing the caller to select + whether to allow user overrides from the ~/.pandoc directory. + * Changed default of writerXeTeX to False. * HTML writer: don't include empty UL if --toc but no sections. |