mirror of
https://github.com/kovetskiy/mark.git
synced 2025-04-25 06:32:39 +08:00
19 lines
497 B
Markdown
19 lines
497 B
Markdown
<foo>bar</foo>
|
|
|
|
<ac:structured-macro ac:name="info">
|
|
<ac:parameter ac:name="icon">true</ac:parameter>
|
|
<ac:parameter ac:name="title">Attention</ac:parameter>
|
|
<ac:rich-text-body>This is an info!</ac:rich-text-body>
|
|
</ac:structured-macro>
|
|
|
|
<ac:structured-macro ac:name="info">
|
|
<ac:parameter ac:name="icon">true</ac:parameter>
|
|
<ac:parameter ac:name="title">Attention</ac:parameter>
|
|
<ac:rich-text-body>
|
|
| Header 1 | Header 2 |
|
|
|---|---|
|
|
| Cell A | Cell B |
|
|
|
|
</ac:rich-text-body>
|
|
</ac:structured-macro>
|