diff --git a/tests/testsuite/markdown/basic_markdown/expected/html.html b/tests/testsuite/markdown/basic_markdown/expected/html.html index 7213939f..f08b5ec8 100644 --- a/tests/testsuite/markdown/basic_markdown/expected/html.html +++ b/tests/testsuite/markdown/basic_markdown/expected/html.html @@ -62,4 +62,8 @@ const x = 'some *text* inside'; \ No newline at end of file + +

Manual headers

+

My Header

+ +

Another header

\ No newline at end of file diff --git a/tests/testsuite/markdown/basic_markdown/src/html.md b/tests/testsuite/markdown/basic_markdown/src/html.md index b2383cb4..7e33aaca 100644 --- a/tests/testsuite/markdown/basic_markdown/src/html.md +++ b/tests/testsuite/markdown/basic_markdown/src/html.md @@ -92,3 +92,9 @@ const x = 'some *text* inside'; + +## Manual headers + +

My Header

+ +

Another header