From a1f271dd365155fcf9f529d139d6efd06bea3dc3 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Wed, 14 Sep 2016 17:14:42 +0200 Subject: Update spec. --- test/spec.txt | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'test/spec.txt') diff --git a/test/spec.txt b/test/spec.txt index 7d97e1e..02d1c7f 100644 --- a/test/spec.txt +++ b/test/spec.txt @@ -5678,6 +5678,16 @@ single spaces, just as they would be by a browser: ```````````````````````````````` +Not all [Unicode whitespace] (for instance, non-breaking space) is +collapsed, however: + +```````````````````````````````` example +`a  b` +. +

a  b

+```````````````````````````````` + + Q: Why not just leave the spaces, since browsers will collapse them anyway? A: Because we might be targeting a non-HTML format, and we shouldn't rely on HTML-specific rendering assumptions. @@ -7362,6 +7372,16 @@ may be used in titles: ```````````````````````````````` +Titles must be separated from the link using a [whitespace]. +Other [Unicode whitespace] like non-breaking space doesn't work. + +```````````````````````````````` example +[link](/url "title") +. +

link

+```````````````````````````````` + + Nested balanced quotes are not allowed without escaping: ```````````````````````````````` example -- cgit v1.2.3