aboutsummaryrefslogtreecommitdiff
path: root/spec.txt
diff options
context:
space:
mode:
authortnaia <tassio.naia@gmail.com>2019-03-23 17:54:17 +0100
committerJohn MacFarlane <jgm@berkeley.edu>2019-03-23 10:54:17 -0600
commitf95f0d090ea4370bd40da7acbfc3b7da669f3692 (patch)
treedcc7b8898ec2e5dcfd35b944a4e48006b5f80d1c /spec.txt
parent83ed53e12aa2e011b04474825bfb22a40682e4a0 (diff)
fix typo in spec (#556)
Diffstat (limited to 'spec.txt')
-rw-r--r--spec.txt18
1 files changed, 9 insertions, 9 deletions
diff --git a/spec.txt b/spec.txt
index ffa0f9c..7f13cee 100644
--- a/spec.txt
+++ b/spec.txt
@@ -2005,15 +2005,15 @@ Closing code fences cannot have [info strings]:
An [HTML block](@) is a group of lines that is treated
as raw HTML (and will not be escaped in HTML output).
-There are seven kinds of [HTML block], which can be defined
-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 or other [container block](#container-blocks)), 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.
+There are seven kinds of [HTML block], which can be defined 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, or the last line of
+the [container block](#container-blocks) containing the current HTML
+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.
1. **Start condition:** line begins with the string `<script`,
`<pre`, or `<style` (case-insensitive), followed by whitespace,