aboutsummaryrefslogtreecommitdiff
path: root/test/command
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2018-11-01 16:08:27 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2018-11-01 16:08:27 -0700
commitf379edc4ad372f96d4a5cc7cd38292f095dfdf35 (patch)
treeb22d39fb2b0278186002a325b6390e756577651f /test/command
parent5350ce26b463ccb8edc7b0c7b1be72558e87992c (diff)
downloadpandoc-f379edc4ad372f96d4a5cc7cd38292f095dfdf35.tar.gz
HTML writer: use character entities references when possible for HTML5.
Diffstat (limited to 'test/command')
-rw-r--r--test/command/ascii.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/command/ascii.md b/test/command/ascii.md
index 4956ae14e..1cbb2bec4 100644
--- a/test/command/ascii.md
+++ b/test/command/ascii.md
@@ -2,7 +2,7 @@
pandoc -t html --ascii
äéıå
^D
-<p>&#228;&#233;&#305;&#229;</p>
+<p>&auml;&eacute;&inodot;&aring;</p>
```
```