From 3752298d917f101ac0279b7fc057c38d765f1770 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 8 Aug 2017 13:55:19 -0700 Subject: 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. --- test/command/gfm.md | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'test/command') 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"]] +``` -- cgit v1.2.3