File tree Expand file tree Collapse file tree 4 files changed +20
-0
lines changed
tests/Integration/tests/markdown/warning-md Expand file tree Collapse file tree 4 files changed +20
-0
lines changed Original file line number Diff line number Diff line change
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 -->
Original file line number Diff line number Diff line change
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 >
Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments