aboutsummaryrefslogtreecommitdiff
path: root/test/command
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2019-03-28 17:39:22 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2019-03-28 17:39:22 -0700
commit40865958cefeedcca6df582315fab8ba59d43f88 (patch)
tree6aea474c48f05f53891257152e494b58593e08be /test/command
parent261ad9fb3dcc40cb8ae5586ea41ca427c66df0b0 (diff)
downloadpandoc-40865958cefeedcca6df582315fab8ba59d43f88.tar.gz
Markdown reader: fenced div takes priority over setext header.
For ::: {.cell} --- :::
Diffstat (limited to 'test/command')
-rw-r--r--test/command/setext-fenced-div.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/command/setext-fenced-div.md b/test/command/setext-fenced-div.md
new file mode 100644
index 000000000..27301ea22
--- /dev/null
+++ b/test/command/setext-fenced-div.md
@@ -0,0 +1,9 @@
+```
+% pandoc -t native
+::: {.cell}
+---
+:::
+^D
+[Div ("",["cell"],[])
+ [HorizontalRule]]
+```