From 511d647290eaa19907906807a9c4514a771ea66d Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 4 Nov 2018 22:15:53 -0800 Subject: XML: toHtml5Entities: prefer shorter entities... when there are several choices for a particular character. --- test/command/ascii.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/command/ascii.md') 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 -

äéıå

+

äéıå

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