From 26341c163225c142d19af425af08049cb2eef446 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Thu, 1 Nov 2018 16:31:04 -0700 Subject: Implement --ascii for Markdown writer. --- test/command/ascii.md | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'test/command') 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

äéıå

``` + +``` +pandoc -t markdown-smart --ascii +"äéıå" +^D +“äéıå” +``` + -- cgit v1.2.3