From c7eef2b34aa31dda78300b3703e2315934460220 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20Jos=C3=A9=20Pereira?= Date: Thu, 25 Oct 2018 12:01:25 -0300 Subject: [PATCH] test_maddy_parser: Add italic test MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Patrick José Pereira --- tests/maddy/test_maddy_parser.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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

  • even a list
  • should be
  • possible

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

  • even a list
  • should be
  • possible

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
";