From d79242796b5bfa24788d30b239de3b15c0ed326c Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Mon, 2 Sep 2019 20:36:57 -0700 Subject: HTML writer: use numeric character references with `--ascii`. Previously we used named character references with html5 output. But these aren't valid XML, and we aim to produce html5 that is also valid XHTML (polyglot markup). (This is also needed for epub3.) Closes #5718. --- test/command/ascii.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/command/ascii.md b/test/command/ascii.md index 492bf248f..214e10f13 100644 --- a/test/command/ascii.md +++ b/test/command/ascii.md @@ -2,7 +2,7 @@ pandoc -t html --ascii äéıå ^D -

äéıå

+

äéıå

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