From 06e3af57a1ed7b07560974877b5280504eaefb63 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 12 Jul 2020 16:21:17 -0700 Subject: Treat textarea like script, style, pre (type 1 HTML block)... in accordance with spec change. --- src/blocks.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/blocks.c') diff --git a/src/blocks.c b/src/blocks.c index a979b3a..df24d60 100644 --- a/src/blocks.c +++ b/src/blocks.c @@ -1167,7 +1167,7 @@ static void add_text_to_container(cmark_parser *parser, cmark_node *container, int matches_end_condition; switch (container->as.html_block_type) { case 1: - // , , + // , , , matches_end_condition = scan_html_block_end_1(input, parser->first_nonspace); break; -- cgit v1.2.3