diff options
author | John MacFarlane <jgm@berkeley.edu> | 2014-08-14 09:49:31 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2014-08-14 09:49:31 -0700 |
commit | e917bcc124b9e1a8f4ce046d4ad7e6f817631666 (patch) | |
tree | 34099a1fabccf74138c1360309beb123d72c5eea /changelog | |
parent | 8c1e0543d7b62d8d7a3322fdc1e283bcfa458552 (diff) | |
download | pandoc-e917bcc124b9e1a8f4ce046d4ad7e6f817631666.tar.gz |
Make `raw_tex` extension non-default for textile reader, writer.
Enable `raw_tex` extension in textile writer.
Closes #1532.
Diffstat (limited to 'changelog')
-rw-r--r-- | changelog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -89,6 +89,11 @@ pandoc (1.13) `\cite{Coffee}`), can be used without any further escaping (Albert Krewinkel). + * Textile reader and writer: + + + The `raw_tex` extension is no longer set by default. You can + enable it with `textile+raw_tex`. + * DocBook reader: + Support `equation`, `informalequation`, `inlineequation` elements with |