Skip to content

Commit

Permalink
Allow HTML blocks to end on the last line of their container
Browse files Browse the repository at this point in the history
  • Loading branch information
colinodell committed Jun 27, 2016
1 parent 5ca9ca1 commit e682573
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec.txt
Expand Up @@ -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.

Expand Down

0 comments on commit e682573

Please sign in to comment.