mirror of
https://github.com/kovetskiy/mark.git
synced 2026-03-14 22:27:37 +08:00
11 lines
663 B
HTML
11 lines
663 B
HTML
|
|
<p>Hello username!
|
||
|
|
Unclosed @{mention
|
||
|
|
Not a mention @{}
|
||
|
|
Another one name
|
||
|
|
Multiple one and two
|
||
|
|
In a link <a href="http://example.com">mention me</a>
|
||
|
|
In a code <code>@{username}</code>
|
||
|
|
In a block:</p>
|
||
|
|
<ac:structured-macro ac:name="code"><ac:parameter ac:name="language"></ac:parameter><ac:parameter ac:name="collapse">false</ac:parameter><ac:plain-text-body><![CDATA[@{username}]]></ac:plain-text-body></ac:structured-macro><p>Indented:</p>
|
||
|
|
<ac:structured-macro ac:name="code"><ac:parameter ac:name="language"></ac:parameter><ac:parameter ac:name="collapse">false</ac:parameter><ac:plain-text-body><![CDATA[@{username}]]></ac:plain-text-body></ac:structured-macro>
|