mirror of
https://github.com/danbulant/markdown-wasm
synced 2026-05-19 04:18:38 +00:00
84 lines
1.2 KiB
Markdown
84 lines
1.2 KiB
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
|
|
|
|
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:**
|
|
|
|
```js
|
|
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
|
|
|
|
1. Ordered
|
|
2. Lists
|
|
4. Numbers are ignored
|
|
|
|
121) Ordered lists can start
|
|
122) with any number and
|
|
123) use . as well as ) as a separator.
|
|
|
|
- [ ] Task 1
|
|
- [x] Task 2
|
|
- [ ] Task 3
|
|
|
|
## Tables
|
|
|
|
| Column 1 | Column 2 | Column 3 | Column 4 |
|
|
|----------|:---------|:--------:|---------:|
|
|
| default | left | center | right |
|
|
|
|
|
|
## Anöt######her!
|
|
|
|
## ?!Anöt//her!!
|
|
|
|
## ?!!
|