aboutsummaryrefslogtreecommitdiff
path: root/test/command/gfm.md
diff options
context:
space:
mode:
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"]]
+```