diff options
author | John MacFarlane <jgm@berkeley.edu> | 2016-07-01 11:44:45 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-01 11:44:45 -0700 |
commit | 8efa39fbda0951d22d24c743d2f84b572356f571 (patch) | |
tree | c243f59dcca2e1ba7cab29e44977d2cf690b6d29 /spec.txt | |
parent | ee779cb7f8ea3c6274aef89f9916931b907e211e (diff) | |
parent | e68257366aa91d7637463364c63c383140fd27d5 (diff) |
Merge pull request #412 from colinodell/patch-1
Allow HTML blocks to end on the last line of their container
Diffstat (limited to 'spec.txt')
-rw-r--r-- | spec.txt | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1995,7 +1995,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. |