summaryrefslogtreecommitdiff
path: root/test/command/2228.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/command/2228.md')
-rw-r--r--test/command/2228.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/command/2228.md b/test/command/2228.md
new file mode 100644
index 000000000..589a2350e
--- /dev/null
+++ b/test/command/2228.md
@@ -0,0 +1,6 @@
+```
+% pandoc -f markdown+smart -t latex+smart
+*foo*'s 'foo'
+^D
+\emph{foo}'s `foo'
+```