diff options
author | John MacFarlane <jgm@berkeley.edu> | 2012-08-06 22:13:24 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2012-08-06 22:14:35 -0700 |
commit | 8a101cffe36f4d6301ff45fd1b491bad1fcf1244 (patch) | |
tree | 30613e2563ded117b6aa0bb5f0c08d872edf3517 /README | |
parent | dc071f807dcc0cfc2f6d9860a7c0878db6aded0c (diff) | |
download | pandoc-8a101cffe36f4d6301ff45fd1b491bad1fcf1244.tar.gz |
Support hard_line_breaks markdown extension.
* Added Ext_hard_line_breaks.
* Added section in README on non-pandoc extensions.
* Exported pandocExtensions and strictExtensions in Text.Pandoc.Options.
Closes #514.
Diffstat (limited to 'README')
-rw-r--r-- | README | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -2171,6 +2171,16 @@ document with an appropriate header: The bibliography will be inserted after this header. +Non-pandoc extensions +===================== + +The following markdown syntax extensions are not enabled by default +in pandoc, but can be enabled using the `-e` (`--enable`) option: + +**Extension: `hard_line_breaks`**\ +Causes all newlines within a paragraph to be interpreted as hard line +breaks instead of spaces. + Producing slide shows with Pandoc ================================= |