mirror of
https://github.com/danbulant/markdown-wasm
synced 2026-05-19 04:18:38 +00:00
44 lines
614 B
Markdown
44 lines
614 B
Markdown
# H1
|
|
|
|
This is a paragraph
|
|
|
|
## H2
|
|
|
|
This is a paragraph
|
|
|
|
## Another
|
|
|
|
This is a paragraph with style *italic* _italic_ **bold** __bold__
|
|
|
|

|
|

|
|
|
|
*Hello [link](https://rsms.me/) lol*
|
|
|
|
Hello [*link*](https://rsms.me/) lol "cat"
|
|
|
|
Hello from *[link](https://rsms.me/)* to __everyone__ `reading this`
|
|
|
|
Here's an [**important** anchor link](#example).
|
|
|
|
line 1
|
|
line 2
|
|
|
|
XML & html "entities"
|
|
&
|
|
&
|
|
&
|
|
&
|
|
&
|
|
&
|
|


|
|
|
|
## Lists
|
|
|
|
- Unordered
|
|
* Lists
|
|
+ Of mixed type
|
|
|
|
1. Ordered
|
|
2. Lists
|
|
4. Numbers are ignored
|