From 7945752758fd2c2b16b44c8ba0fb1290f8c6f033 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 17 Feb 2015 20:12:00 -0800 Subject: Clarified that delimiter runs at beginning/end of line... behave as if preceded/followed by whitespace. Closes #302. --- spec.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'spec.txt') diff --git a/spec.txt b/spec.txt index 500f4ea..3fbd246 100644 --- a/spec.txt +++ b/spec.txt @@ -4581,12 +4581,14 @@ characters that is not preceded or followed by a `_` character. A [left-flanking delimiter run](@left-flanking-delimiter-run) is a [delimiter run] that is (a) not followed by [unicode whitespace], and (b) either not followed by a [punctuation character], or -preceded by [unicode whitespace] or a [punctuation character]. +preceded by [unicode whitespace] or a [punctuation character] or +the beginning of a line. A [right-flanking delimiter run](@right-flanking-delimiter-run) is a [delimiter run] that is (a) not preceded by [unicode whitespace], and (b) either not preceded by a [punctuation character], or -followed by [unicode whitespace] or a [punctuation character]. +followed by [unicode whitespace] or a [punctuation character] or +the end of a line. Here are some examples of delimiter runs. -- cgit v1.2.3