-
Notifications
You must be signed in to change notification settings - Fork 161
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Initial commit (w/ debug) * To remove debug
- Loading branch information
Showing
3 changed files
with
195 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
<h1 id="main-heading">Main Heading</h1> | ||
|
||
<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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Main Heading | ||
|
||
## First Heading | ||
|
||
> **NOTES:** | ||
> | ||
> 1. Note number one | ||
> 1. Note number two | ||
> | ||
>> a | ||
>> b | ||
> | ||
> **Warn (Should not be picked as blockquote type)** | ||
## Second Heading | ||
|
||
> **Warn** | ||
> | ||
> * Warn bullet 1 | ||
> * Warn bullet 2 |