Original Idea by @michaeldexter.
Currently:
- Vanilla Markdown
- GitHub
- Riot
- Slack
*emphasis* **strong** ***strong emphasis***
*emphasis* **strong** ***strong emphasis***
_emphasis_ __strong__ ___mixed__ bag_
emphasis strong strong emphasis
emphasis strong mixed bag
*emphasis* **strong** ***strong emphasis***
_emphasis_ *strong* ~strikethrough~
> This be a quote
> This be a quote
This be a quote
> This be a quote
> This be a quote
This is an example of `inline code`
Four spaces denote a code block
No syntax highlighting
This is an example of `inline code`
Four spaces denote a code block
```
Alternatively you can surround the code block with triple backticks
```
```c
#include <stdio.h>
int main ()
{
printf("Also supports syntax highlighting!\n");
return 0;
}
```
This is an example of inline code
Four spaces denote a code block
Alternatively you can surround the code block with triple backticks
#include <stdio.h>
int main ()
{
printf("Also supports syntax highlighting!\n");
return 0;
}
This is an example of `inline code`
Four spaces denote a code block
```
Alternatively you can surround the code block with triple backticks
```
```rust
fn main() {
println!("It supports syntax highlighting, too!");
// However it only highlights the code in Riot-Web.
}
```
This is an example of `inline code`
```
Blocks are marked with with triple backticks
```
# Heading 1
## Heading 2
Heading 1
=========
Heading 2
---------
# Heading 1
## Heading 2
Heading 1
=========
Heading 2
---------
# Heading 1
## Heading 2
Not implemented
1. First item
1. Second item
1. Third item
1. Fourth item
1. First item
1. Second item
1. Third item
1. Fourth item
- First item
- Second item
- Third item
- Fourth item
1. First item
1. Second item
1. Third item
1. Fourth item
1. First item
1. Second item
1. Third item
1. Fourth item
- Item
- Item
- Tiem
- Meti
- Item
- Item
- Tiem
- Meti
- Item
- Item
- Tiem
- Meti
- Item
- Item
- Tiem
- Meti
- Item
- Item
- Tiem
- Meti