From 513058a24eebb97a849e7eb5051e29ce2f6642c6 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 3 Sep 2019 11:28:20 -0700 Subject: XML: change toEntities to emit numerical hex character references. Previously decimal references were used. But Polyglot Markup prefers hex. See #5718. This affects the output of pandoc with `--ascii`. --- test/command/ascii.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test/command') diff --git a/test/command/ascii.md b/test/command/ascii.md index 214e10f13..0826d7414 100644 --- a/test/command/ascii.md +++ b/test/command/ascii.md @@ -2,7 +2,7 @@ pandoc -t html --ascii äéıå ^D -

äéıå

+

äéıå

``` ``` @@ -33,7 +33,7 @@ pandoc -t docbook --ascii äéıå ^D - äéıå + äéıå ``` @@ -41,7 +41,7 @@ pandoc -t docbook --ascii pandoc -t jats --ascii äéıå ^D -

äéıå

+

äéıå

``` ``` -- cgit v1.2.3