diff options
author | John MacFarlane <jgm@berkeley.edu> | 2018-11-01 16:08:27 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2018-11-01 16:08:27 -0700 |
commit | f379edc4ad372f96d4a5cc7cd38292f095dfdf35 (patch) | |
tree | b22d39fb2b0278186002a325b6390e756577651f /test | |
parent | 5350ce26b463ccb8edc7b0c7b1be72558e87992c (diff) | |
download | pandoc-f379edc4ad372f96d4a5cc7cd38292f095dfdf35.tar.gz |
HTML writer: use character entities references when possible for HTML5.
Diffstat (limited to 'test')
-rw-r--r-- | test/command/ascii.md | 2 |
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>äéıå</p> +<p>äéıå</p> ``` ``` |