From e68257366aa91d7637463364c63c383140fd27d5 Mon Sep 17 00:00:00 2001 From: Colin O'Dell Date: Mon, 27 Jun 2016 18:08:53 -0400 Subject: Allow HTML blocks to end on the last line of their container See discussion here: https://github.com/jgm/commonmark.js/issues/103#issuecomment-228888648 --- spec.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec.txt') diff --git a/spec.txt b/spec.txt index 32c99c2..953433c 100644 --- a/spec.txt +++ b/spec.txt @@ -1977,7 +1977,7 @@ by their start and end conditions. The block begins with a line that meets a [start condition](@) (after up to three spaces optional indentation). It ends with the first subsequent line that meets a matching [end condition](@), or the last line of -the document, if no line is encountered that meets the +the document or other [container block](@), if no line is encountered that meets the [end condition]. If the first line meets both the [start condition] and the [end condition], the block will contain just that line. -- cgit v1.2.3