From db541a2dcecf6d8a9d7a11f091ae69e18bf31b09 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 7 Apr 2019 08:39:26 -0700 Subject: Added backslash escape + char entity case. --- spec.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'spec.txt') diff --git a/spec.txt b/spec.txt index 31e1714..3913de4 100644 --- a/spec.txt +++ b/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