From 613a9afbb96b7868c56cf9bf9cf94d357baf9630 Mon Sep 17 00:00:00 2001 From: Anthony Fok Date: Wed, 4 Dec 2019 18:29:15 -0700 Subject: Change "a HTML block" to "an HTML block" (#623) for consistency with the rest of the spec. --- spec.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec.txt b/spec.txt index 1197d1b..83cc197 100644 --- a/spec.txt +++ b/spec.txt @@ -2424,7 +2424,7 @@ block** that might otherwise be recognised as a start condition will be ignored by the parser and passed through as-is, without changing the parser's state. -For instance, `
` within a HTML block started by `` will not affect
+For instance, `
` within an HTML block started by `
` will not affect the parser state; as the HTML block was started in by start condition 6, it will end at any blank line. This can be surprising: -- cgit v1.2.3