mirror of
https://github.com/kovetskiy/mark.git
synced 2026-04-18 20:21:12 +00:00
*: Reorganize code
This commit is contained in:
90
testdata/quotes.md
vendored
Normal file
90
testdata/quotes.md
vendored
Normal file
@@ -0,0 +1,90 @@
|
||||
# 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
|
||||
|
||||
* Regular list
|
||||
that runs long
|
||||
|
||||
## Third Heading
|
||||
> <!-- Info -->
|
||||
> Test
|
||||
|
||||
## Fourth Heading - Warn should not get picked as block quote
|
||||
|
||||
> **TIP:**
|
||||
>
|
||||
> 1. Note number one
|
||||
> 1. Note number two
|
||||
>
|
||||
>> a
|
||||
>> b
|
||||
>
|
||||
> **Warn (Should not be picked as blockquote type)**
|
||||
|
||||
## Simple Blockquote
|
||||
|
||||
> This paragraph is a simple blockquote
|
||||
|
||||
## GH Alerts Heading
|
||||
|
||||
### Note Type Alert Heading
|
||||
|
||||
> [!NOTE]
|
||||
>
|
||||
> * Note bullet 1
|
||||
> * Note bullet 2
|
||||
|
||||
### Tip Type Alert Heading
|
||||
|
||||
> [!TIP]
|
||||
>
|
||||
> * Tip bullet 1
|
||||
> * Tip bullet 2
|
||||
|
||||
### Warning Type Alert Heading
|
||||
|
||||
> [!WARNING]
|
||||
>
|
||||
> * Warning bullet 1
|
||||
> * Warning bullet 2
|
||||
|
||||
### Important/Caution Type Alert Heading
|
||||
|
||||
> [!IMPORTANT]
|
||||
>
|
||||
> * Important bullet 1
|
||||
> * Important bullet 2
|
||||
|
||||
|
||||
> [!CAUTION]
|
||||
>
|
||||
> * Important bullet 1
|
||||
> * Important bullet 2
|
||||
|
||||
### Should not be picked up and converted into blockquote macro
|
||||
|
||||
> [[!NOTE]
|
||||
|
||||
|
||||
> [!NOTE
|
||||
|
||||
> [Hey !NOTE]
|
||||
|
||||
> [NOTE]
|
||||
Reference in New Issue
Block a user