diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/command/ascii.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/command/ascii.md b/test/command/ascii.md index d8ab5ed50..96fc50291 100644 --- a/test/command/ascii.md +++ b/test/command/ascii.md @@ -2,7 +2,7 @@ pandoc -t html --ascii äéıå ^D -<p>äéıå</p> +<p>äéıå</p> ``` ``` @@ -48,6 +48,6 @@ pandoc -t jats --ascii pandoc -t markdown-smart --ascii "äéıå" ^D -“äéıå” +“äéıå” ``` |