summaryrefslogtreecommitdiff
path: root/test/command/gfm.md
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-08-08 13:55:19 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2017-08-08 13:55:19 -0700
commit3752298d917f101ac0279b7fc057c38d765f1770 (patch)
tree7ee943723573be7c58ff0c7f78966577a674dc5a /test/command/gfm.md
parent54658b923a6660336e7f6583d5416f786a54473a (diff)
Thread options through CommonMark reader.
This is more efficient than doing AST traversals for emojis and hard breaks. Also make behavior sensitive to `raw_html` extension.
Diffstat (limited to 'test/command/gfm.md')
-rw-r--r--test/command/gfm.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/command/gfm.md b/test/command/gfm.md
index c83fa96e3..6dd080dc1 100644
--- a/test/command/gfm.md
+++ b/test/command/gfm.md
@@ -101,3 +101,11 @@ The caption.
```
+
+```
+% pandoc -f gfm+hard_line_breaks -t native
+hi
+hi
+^D
+[Para [Str "hi",LineBreak,Str "hi"]]
+```