summaryrefslogtreecommitdiff
path: root/test/command/yaml-with-chomp.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/command/yaml-with-chomp.md')
-rw-r--r--test/command/yaml-with-chomp.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/test/command/yaml-with-chomp.md b/test/command/yaml-with-chomp.md
new file mode 100644
index 000000000..d4c4f7cfd
--- /dev/null
+++ b/test/command/yaml-with-chomp.md
@@ -0,0 +1,12 @@
+```
+% pandoc -s -t native
+---
+ml: |-
+ TEST
+
+ BLOCK
+...
+^D
+Pandoc (Meta {unMeta = fromList [("ml",MetaBlocks [Para [Str "TEST"],Plain [Str "BLOCK"]])]})
+[]
+```