From 5713f6b25adf37c528c73c34527a165c7ba68be8 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 7 Apr 2019 08:40:02 -0700 Subject: Update spec. --- test/spec.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 .

*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"

+[foo]: /url "not a reference" +&ouml; not a character entity

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