mirror of
https://github.com/kovetskiy/mark.git
synced 2026-04-19 12:41:13 +00:00
feat: add Support for converting Material for MkDocs Admonitions to Confluence Info Panels
chore: add test files fix: add tests for stripnewline and droph1 chore: rename Admontion to MkDocsAdmonition, remove annoying comments fix: import parser instead of copying the file chore: rename mkDocs renderer function fix: fix bug and pipeline feat: add Support for converting Material for MkDocs Admonitions to Confluence Info Panels fix: add tests for stripnewline and droph1 chore: rename Admontion to MkDocsAdmonition, remove annoying comments fix: import parser instead of copying the file chore: rename mkDocs renderer function fix: fix bug and pipeline chore: remove test for droph1 and stripNewLines fix: add admonitions to StripNewLines and dropH1 tests feat: add Support for converting Material for MkDocs Admonitions to Confluence Info Panels fix: add tests for stripnewline and droph1 chore: rename Admontion to MkDocsAdmonition, remove annoying comments fix: import parser instead of copying the file chore: rename mkDocs renderer function fix: fix bug and pipeline feat: add Support for converting Material for MkDocs Admonitions to Confluence Info Panels chore: rename Admontion to MkDocsAdmonition, remove annoying comments fix: import parser instead of copying the file chore: rename mkDocs renderer function fix: fix bug and pipeline chore: remove test for droph1 and stripNewLines fix: add admonitions to StripNewLines and dropH1 tests feat: add mkdocsadmonition as opt-in renderer and parser fix: fix unit tests
This commit is contained in:
committed by
Manuel Rüger
parent
242cebb5ee
commit
32490b2c90
74
testdata/admonitions.md
vendored
Normal file
74
testdata/admonitions.md
vendored
Normal file
@@ -0,0 +1,74 @@
|
||||
# Main Heading
|
||||
|
||||
## First Heading
|
||||
|
||||
!!! note "NOTES:"
|
||||
1. Note number one
|
||||
1. Note number two
|
||||
|
||||
!!! note
|
||||
a
|
||||
b
|
||||
|
||||
**Warn (Should not be picked as blockquote type)**
|
||||
|
||||
## Second Heading
|
||||
|
||||
!!! warning "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 "TIP:"
|
||||
1. Note number one
|
||||
1. Note number two
|
||||
|
||||
!!! tip
|
||||
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
|
||||
|
||||
!!! info "[!IMPORTANT]"
|
||||
* Important bullet 1
|
||||
* Important bullet 2
|
||||
|
||||
!!! warning "[!CAUTION]"
|
||||
* Important bullet 1
|
||||
* Important bullet 2
|
||||
|
||||
Reference in New Issue
Block a user