mirror of
https://github.com/kovetskiy/mark.git
synced 2026-04-18 20:21:12 +00:00
*: Reorganize code
This commit is contained in:
18
testdata/macro-include.md
vendored
Normal file
18
testdata/macro-include.md
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user