aboutsummaryrefslogtreecommitdiff
path: root/test/command
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2018-11-01 16:31:04 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2018-11-01 16:31:04 -0700
commit26341c163225c142d19af425af08049cb2eef446 (patch)
tree26cc337034ff00db56262068e25aa9b31f4a197a /test/command
parentf379edc4ad372f96d4a5cc7cd38292f095dfdf35 (diff)
downloadpandoc-26341c163225c142d19af425af08049cb2eef446.tar.gz
Implement --ascii for Markdown writer.
Diffstat (limited to 'test/command')
-rw-r--r--test/command/ascii.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/command/ascii.md b/test/command/ascii.md
index 1cbb2bec4..d8ab5ed50 100644
--- a/test/command/ascii.md
+++ b/test/command/ascii.md
@@ -43,3 +43,11 @@ pandoc -t jats --ascii
^D
<p>&#228;&#233;&#305;&#229;</p>
```
+
+```
+pandoc -t markdown-smart --ascii
+"äéıå"
+^D
+&ldquo;&auml;&eacute;&inodot;&aring;&rdquo;
+```
+