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 should result in a praragraph it's that simple.
\nvar c = 'blub';\n
A Quote
With some
textblocks inside
- even a list
- should be
- possible
And well inline code
should also work.
And not to forget link to progsource should work. And well - let's see how an image would be shown:
Left header | middle header | last header |
---|---|---|
cell 1 | cell 2 | cell 3 |
cell 4 | cell 5 | cell 6 |
foot a | foot b | foot c |
This should result in a praragraph it's that simple.
\nvar c = 'blub';\n
A Quote
With some
textblocks inside
- even a list
- should be
- possible
And well inline code
should also work.
And not to forget link to progsource should work. And well - let's see how an image would be shown:
Left header | middle header | last header |
---|---|---|
cell 1 | cell 2 | cell 3 |
cell 4 | cell 5 | cell 6 |
foot a | foot b | foot c |