summaryrefslogtreecommitdiff
path: root/test/command
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2023-10-26 09:18:56 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2023-10-26 09:18:56 -0700
commitb671e0dfe5f578511954addaca84b832826d5915 (patch)
treeaf22d4db86320f3de7f59d07343cf3040539a6b2 /test/command
parent4457b775d3f815471b0cad72d516d86102d15895 (diff)
Org writer: escape literal `*`, `|`, `#` at beginning of line with ZWS.
Closes #9159.
Diffstat (limited to 'test/command')
-rw-r--r--test/command/9159.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/test/command/9159.md b/test/command/9159.md
new file mode 100644
index 000000000..0b73f80ed
--- /dev/null
+++ b/test/command/9159.md
@@ -0,0 +1,15 @@
+```
+% pandoc -t org -f markdown
+\* See Blah
+
+\# not comment
+
+\| not table \|
+^D
+​* See Blah
+
+​# not comment
+
+​| not table |
+
+```