Skip to content

Commit ecd4107

Browse files
linawolfjaapio
authored andcommitted
[TASK] Add incomplete tests for warning in MarkDown
references: 1089
1 parent a3e38cf commit ecd4107

File tree

4 files changed

+20
-0
lines changed

4 files changed

+20
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<!-- content start -->
2+
<h1>Sample Markdown Document</h1>
3+
<blockquote>
4+
<blockquote>
5+
<p>⚠️ <strong>TYPO3 12 compatibility</strong><br>
6+
See <a href="https://www.example.com/eap">EAP page</a> for more information how to get access to a TYPO3 12 version</p>
7+
</blockquote>
8+
</blockquote>
9+
<!-- content end -->
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
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+
</guides>
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Sample Markdown Document
2+
3+
> :warning: **TYPO3 12 compatibility**\
4+
> See [EAP page](https://www.example.com/eap) for more information how to get access to a TYPO3 12 version

tests/Integration/tests/markdown/warning-md/input/skip

Whitespace-only changes.

0 commit comments

Comments
 (0)