Skip to content

Commit bc468d5

Browse files
committed
[TASK] Add tests for nested markdown inline syntax
1 parent a6c12cd commit bc468d5

File tree

3 files changed

+27
-0
lines changed

3 files changed

+27
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<!-- content start -->
2+
3+
<div class="section" id="markdown-with-emphasis">
4+
<h1>Markdown with emphasis</h1>
5+
6+
<p>If value 1 is given in a field with marker <em>{receiver}</em>, <em><a href="mailto:[email protected]">[email protected]</a></em> should be chosen and if value 2 or something else is given, <em><a href="mailto:[email protected]">[email protected]</a></em> should be chosen.</p>
7+
8+
9+
<p><em>~~<strong>test</strong><code>aaaaa</code> sdaasdsadasdasd~~</em></p>
10+
11+
</div>
12+
<!-- content end -->
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8" ?>
2+
<guides xmlns="https://www.phpdoc.org/guides"
3+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4+
xsi:schemaLocation="https://www.phpdoc.org/guides packages/guides-cli/resources/schema/guides.xsd"
5+
input-format="md"
6+
>
7+
<project title="Project Title" version="6.4"/>
8+
</guides>
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Markdown with emphasis
2+
3+
If value 1 is given in a field with marker *{receiver}*, *[email protected]* should be chosen
4+
and if value 2 or something else is given, *[email protected]* should be chosen.
5+
6+
_~~**test**`aaaaa`
7+
sdaasdsadasdasd~~_

0 commit comments

Comments
 (0)