mark/testdata/quotes-stripnewlines.html

102 lines
3.3 KiB
HTML
Raw Normal View History

2023-09-06 16:19:09 -07:00
<h1 id="main-heading">Main Heading</h1>
<h2 id="first-heading">First Heading</h2>
<ac:structured-macro ac:name="note"><ac:parameter ac:name="icon">true</ac:parameter><ac:rich-text-body>
2024-08-12 14:14:25 +02:00
<p><strong>NOTES:</strong></p>
2023-09-06 16:19:09 -07:00
<ol>
<li>Note number one</li>
<li>Note number two</li>
</ol>
<blockquote>
2024-08-12 14:14:25 +02:00
<p>a b</p>
2023-09-06 16:19:09 -07:00
</blockquote>
2024-08-12 14:14:25 +02:00
<p><strong>Warn (Should not be picked as blockquote type)</strong></p>
2023-09-06 16:19:09 -07:00
</ac:rich-text-body></ac:structured-macro>
<h2 id="second-heading">Second Heading</h2>
2024-08-27 15:39:39 +02:00
<ac:structured-macro ac:name="warning"><ac:parameter ac:name="icon">true</ac:parameter><ac:rich-text-body>
2024-08-12 14:14:25 +02:00
<p><strong>Warn</strong></p>
2023-09-06 16:19:09 -07:00
<ul>
<li>Warn bullet 1</li>
<li>Warn bullet 2</li>
</ul>
</ac:rich-text-body></ac:structured-macro>
<ul>
<li>Regular list that runs long</li>
</ul>
<h2 id="third-heading">Third Heading</h2>
<ac:structured-macro ac:name="info"><ac:parameter ac:name="icon">true</ac:parameter><ac:rich-text-body>
<!-- Info -->
2024-08-12 14:14:25 +02:00
<p>Test</p>
2023-09-06 16:19:09 -07:00
</ac:rich-text-body></ac:structured-macro>
2024-08-27 15:39:39 +02:00
<h2 id="fourth-heading---warn-should-not-get-picked-as-block-quote">Fourth Heading - Warn should not get picked as block quote</h2>
<ac:structured-macro ac:name="tip"><ac:parameter ac:name="icon">true</ac:parameter><ac:rich-text-body>
<p><strong>TIP:</strong></p>
<ol>
<li>Note number one</li>
<li>Note number two</li>
</ol>
<blockquote>
<p>a b</p>
</blockquote>
<p><strong>Warn (Should not be picked as blockquote type)</strong></p>
</ac:rich-text-body></ac:structured-macro>
2023-09-06 16:19:09 -07:00
<h2 id="simple-blockquote">Simple Blockquote</h2>
<blockquote>
2024-08-12 14:14:25 +02:00
<p>This paragraph is a simple blockquote</p>
2023-09-06 16:19:09 -07:00
</blockquote>
2024-08-27 15:39:39 +02:00
<h2 id="gh-alerts-heading">GH Alerts Heading</h2>
<h3 id="note-type-alert-heading">Note Type Alert Heading</h3>
<ac:structured-macro ac:name="info"><ac:parameter ac:name="icon">true</ac:parameter><ac:rich-text-body>
<p>[!NOTE]</p>
<ul>
<li>Note bullet 1</li>
<li>Note bullet 2</li>
</ul>
</ac:rich-text-body></ac:structured-macro>
<h3 id="tip-type-alert-heading">Tip Type Alert Heading</h3>
<ac:structured-macro ac:name="tip"><ac:parameter ac:name="icon">true</ac:parameter><ac:rich-text-body>
<p>[!TIP]</p>
<ul>
<li>Tip bullet 1</li>
<li>Tip bullet 2</li>
</ul>
</ac:rich-text-body></ac:structured-macro>
<h3 id="warning-type-alert-heading">Warning Type Alert Heading</h3>
<ac:structured-macro ac:name="note"><ac:parameter ac:name="icon">true</ac:parameter><ac:rich-text-body>
<p>[!WARNING]</p>
<ul>
<li>Warning bullet 1</li>
<li>Warning bullet 2</li>
</ul>
</ac:rich-text-body></ac:structured-macro>
<h3 id="importantcaution-type-alert-heading">Important/Caution Type Alert Heading</h3>
<ac:structured-macro ac:name="info"><ac:parameter ac:name="icon">true</ac:parameter><ac:rich-text-body>
<p>[!IMPORTANT]</p>
<ul>
<li>Important bullet 1</li>
<li>Important bullet 2</li>
</ul>
</ac:rich-text-body></ac:structured-macro>
<ac:structured-macro ac:name="warning"><ac:parameter ac:name="icon">true</ac:parameter><ac:rich-text-body>
<p>[!CAUTION]</p>
<ul>
<li>Important bullet 1</li>
<li>Important bullet 2</li>
</ul>
</ac:rich-text-body></ac:structured-macro>
<h3 id="should-not-be-picked-up-and-converted-into-blockquote-macro">Should not be picked up and converted into blockquote macro</h3>
<blockquote>
<p>[[!NOTE]</p>
</blockquote>
<blockquote>
<p>[!NOTE</p>
</blockquote>
<blockquote>
<p>[Hey !NOTE]</p>
</blockquote>
<blockquote>
<p>[NOTE]</p>
</blockquote>
2024-10-05 23:56:07 +02:00
<blockquote>
<p><strong>TL;DR:</strong> Thingy! More stuff</p>
</blockquote>