diff --git a/packages/cli/test/functional/test_site/expected/index.html b/packages/cli/test/functional/test_site/expected/index.html index 6b13f87a3e..3c12bf9fd8 100644 --- a/packages/cli/test/functional/test_site/expected/index.html +++ b/packages/cli/test/functional/test_site/expected/index.html @@ -180,6 +180,22 @@
Test <markdown>
and <md>
elements
This should be wrapped in a <p>
tag as it uses the block-level markdown renderer
<p>
tag as it uses the inline markdown renderer
+ <markdown> elements allow block-level markdown without needing a leading newline.
+Hence, this html should be parsed and output as is, without any parsing errors.
+</invalidhtml>
+
+ <md>
elements allow block-level markdown without needing a leading newline.
+ Hence, this html should be parsed and output as is, without any parsing errors.
+ </invalid>
.
+
Test footnotes
Normal footnotes: diff --git a/packages/cli/test/functional/test_site/index.md b/packages/cli/test/functional/test_site/index.md index a85f3562a5..466726db00 100644 --- a/packages/cli/test/functional/test_site/index.md +++ b/packages/cli/test/functional/test_site/index.md @@ -10,6 +10,27 @@ tags: ["tag-frontmatter-shown", "tag-included-file", "+tag-exp*", "-tag-exp-hidd
` tag as it uses the block-level markdown renderer
` tag as it uses the inline markdown renderer