mirror of
https://github.com/kovetskiy/mark.git
synced 2025-07-30 21:47:38 +08:00

This change replaces the unmaintained blackfriday markdown renderer with the goldmark renderer. The goal is to have wider support for more markdown extensions and ideally have a better solution for mermaid transformation via extensions as well.
30 lines
332 B
Markdown
30 lines
332 B
Markdown
# 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
|
|
|
|
|
|
## Third Heading
|
|
> <!-- Info -->
|
|
> Test
|
|
|
|
## Simple Blockquote
|
|
|
|
> This paragraph is a simple blockquote
|