aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2012-08-06 22:13:24 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2012-08-06 22:14:35 -0700
commit8a101cffe36f4d6301ff45fd1b491bad1fcf1244 (patch)
tree30613e2563ded117b6aa0bb5f0c08d872edf3517 /README
parentdc071f807dcc0cfc2f6d9860a7c0878db6aded0c (diff)
downloadpandoc-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--README10
1 files changed, 10 insertions, 0 deletions
diff --git a/README b/README
index 6701d6e6c..4d495f38c 100644
--- a/README
+++ b/README
@@ -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
=================================