diff options
Diffstat (limited to 'spec.txt')
-rw-r--r-- | spec.txt | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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> ```````````````````````````````` |