diff options
author | tnaia <tassio.naia@gmail.com> | 2019-03-23 17:54:17 +0100 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2019-03-23 10:54:17 -0600 |
commit | f95f0d090ea4370bd40da7acbfc3b7da669f3692 (patch) | |
tree | dcc7b8898ec2e5dcfd35b944a4e48006b5f80d1c | |
parent | 83ed53e12aa2e011b04474825bfb22a40682e4a0 (diff) |
fix typo in spec (#556)
-rw-r--r-- | spec.txt | 18 |
1 files changed, 9 insertions, 9 deletions
@@ -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, |