mirror of
https://github.com/kovetskiy/mark.git
synced 2025-06-07 06:52:40 +08:00
35 lines
1.0 KiB
HTML
35 lines
1.0 KiB
HTML
<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>
|
|
<p><strong>NOTES:</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>
|
|
<h2 id="second-heading">Second Heading</h2>
|
|
<ac:structured-macro ac:name="warn"><ac:parameter ac:name="icon">true</ac:parameter><ac:rich-text-body>
|
|
<p><strong>Warn</strong></p>
|
|
<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 -->
|
|
<p>Test</p>
|
|
</ac:rich-text-body></ac:structured-macro>
|
|
<h2 id="simple-blockquote">Simple Blockquote</h2>
|
|
<blockquote>
|
|
<p>This paragraph is a simple blockquote</p>
|
|
</blockquote>
|