diff --git a/tests/Integration/tests/markdown/emphasis-nested-md/expected/index.html b/tests/Integration/tests/markdown/emphasis-nested-md/expected/index.html new file mode 100644 index 000000000..36fcaeeeb --- /dev/null +++ b/tests/Integration/tests/markdown/emphasis-nested-md/expected/index.html @@ -0,0 +1,12 @@ + + +
+

Markdown with emphasis

+ +

If value 1 is given in a field with marker {receiver}, receivera@domain.org should be chosen and if value 2 or something else is given, receiverb@domain.org should be chosen.

+ + +

~~testaaaaa sdaasdsadasdasd~~

+ +
+ diff --git a/tests/Integration/tests/markdown/emphasis-nested-md/input/guides.xml b/tests/Integration/tests/markdown/emphasis-nested-md/input/guides.xml new file mode 100644 index 000000000..92319864e --- /dev/null +++ b/tests/Integration/tests/markdown/emphasis-nested-md/input/guides.xml @@ -0,0 +1,8 @@ + + + + diff --git a/tests/Integration/tests/markdown/emphasis-nested-md/input/index.md b/tests/Integration/tests/markdown/emphasis-nested-md/input/index.md new file mode 100644 index 000000000..fb7b5e3be --- /dev/null +++ b/tests/Integration/tests/markdown/emphasis-nested-md/input/index.md @@ -0,0 +1,7 @@ +# Markdown with emphasis + +If value 1 is given in a field with marker *{receiver}*, *receivera@domain.org* should be chosen +and if value 2 or something else is given, *receiverb@domain.org* should be chosen. + +_~~**test**`aaaaa` +sdaasdsadasdasd~~_ \ No newline at end of file