diff options
author | John MacFarlane <jgm@berkeley.edu> | 2019-04-07 08:40:02 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2019-04-07 08:40:02 -0700 |
commit | 5713f6b25adf37c528c73c34527a165c7ba68be8 (patch) | |
tree | 6e7a3103f47e1628e70179350df384fe1039c955 /test | |
parent | c64f1abf99f0f2b3bf063112c4675c70a4dce562 (diff) |
Update spec.
Diffstat (limited to 'test')
-rw-r--r-- | test/spec.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test/spec.txt b/test/spec.txt index 31e1714..3913de4 100644 --- a/test/spec.txt +++ b/test/spec.txt @@ -5539,6 +5539,7 @@ not have their usual Markdown meanings: \* not a list \# not a heading \[foo]: /url "not a reference" +\ö not a character entity . <p>*not emphasized* <br/> not a tag @@ -5547,7 +5548,8 @@ not have their usual Markdown meanings: 1. not a list * not a list # not a heading -[foo]: /url "not a reference"</p> +[foo]: /url "not a reference" +&ouml; not a character entity</p> ```````````````````````````````` |