mirror of
https://github.com/danbulant/markdown-wasm
synced 2026-05-19 20:38:43 +00:00
1.2 KiB
1.2 KiB
H1
This is a paragraph
H2
This is a paragraph
Another
This is a paragraph with style italic italic bold bold
Hello link lol
Hello link lol "cat"
Hello from link to everyone reading this
Here's an important anchor link.
line 1 line 2
Code & Poetry
You can also indent
blocks to display
code or poetry.
Indented code/poetry blocks
can be hard-wrapped.
Or, wrap your code in three backticks:
function codeBlocks() {
return "Can be inserted"
}
Block Quotes
You can insert quotes by preceeding each line with
>.Blockquotes can also contain line breaks.
Lists
- Unordered
- Lists
- Of mixed type
- Ordered
- Lists
- Numbers are ignored
- Ordered lists can start
- with any number and
- use . as well as ) as a separator.
- Task 1
- Task 2
- Task 3
Tables
| Column 1 | Column 2 | Column 3 | Column 4 |
|---|---|---|---|
| default | left | center | right |

