From c5189b749bcc6a65d4209b2e401e0425597d2bb7 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Mon, 11 Jun 2018 11:10:13 -0700 Subject: Removed meta from list of block tags. Added regression test. See commonmark/CommonMark#527. --- test/regression.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'test') diff --git a/test/regression.txt b/test/regression.txt index a6669d0..7a859a4 100644 --- a/test/regression.txt +++ b/test/regression.txt @@ -92,3 +92,17 @@ Issue #192 - escaped spaces in link destination .

[a](te\ st)

```````````````````````````````` + +Issue #527 - meta tags in inline contexts + +```````````````````````````````` example +City: + + + +. +

City: + + +

+```````````````````````````````` -- cgit v1.2.3