diff --git a/tests/maddy/test_maddy_parser.h b/tests/maddy/test_maddy_parser.h index 0d7898a..36091e1 100644 --- a/tests/maddy/test_maddy_parser.h +++ b/tests/maddy/test_maddy_parser.h @@ -11,7 +11,7 @@ const std::string testMarkdown = "# This is a test\n\ This should result in a praragraph\n\ it's that simple.\n\ \n\ -* an unordered list\n\ +* an *unordered* list\n\ * with some **hierarchy**\n\ 1. and an _ordered_\n\ * list\n\ @@ -67,4 +67,4 @@ foot a|foot b|foot c\n\ \n\ "; -const std::string testHtml = "

This is a test

This should result in a praragraph it's that simple.

\nvar c = 'blub';\n

A Quote

With some text blocks inside

And well inline code should also work.

Another Headline

And not to forget link to progsource should work. And well - let's see how an image would be shown:

\"an


and more headlines

even a table

Left headermiddle headerlast header
cell 1cell 2cell 3
cell 4cell 5cell 6
foot afoot bfoot c
h5
h6
"; +const std::string testHtml = "

This is a test

This should result in a praragraph it's that simple.

\nvar c = 'blub';\n

A Quote

With some text blocks inside

And well inline code should also work.

Another Headline

And not to forget link to progsource should work. And well - let's see how an image would be shown:

\"an


and more headlines

even a table

Left headermiddle headerlast header
cell 1cell 2cell 3
cell 4cell 5cell 6
foot afoot bfoot c
h5
h6
";