mirror of
https://github.com/kovetskiy/mark.git
synced 2025-04-24 05:42:40 +08:00
16 lines
302 B
HTML
16 lines
302 B
HTML
<p>Use <a href="https://example.com">https://example.com</a></p>
|
|
|
|
<p>Use <ac:rich-text-body>aaa</ac:rich-text-body></p>
|
|
|
|
<p>Use footnotes link <sup class="footnote-ref" id="fnref:1"><a href="#fn:1">1</a></sup></p>
|
|
|
|
<div class="footnotes">
|
|
|
|
<hr />
|
|
|
|
<ol>
|
|
<li id="fn:1">a footnote link</li>
|
|
</ol>
|
|
|
|
</div>
|