Element | MD Syntax |
---|---|
H1 | # H1 |
H2 | ## H2 |
H3 | ### H3 |
H4 | #### H4 |
Bold | ** Bold text ** |
Italic | *Italic* |
~~Crossed~~ | |
Blockquote | > blockquote |
Code | `` |
Horizontal Rule | --- or *** |
Link | [title](https://www.example.com) |
Image | ![alt text](image.jpg) |
This is an example of blockquote
This is an example of code block
| First column | Second Column |
| --- | ---|
|Content 1| Content 2|
First column Second Column Content 1 Content 2
To write multiple lines of code with colored lines use this example:
To specify the language you use just simply write it's name like in the image above.
print("hello, world")
- [x] First important task
- [X] Second thing I will do
- [ ] Nah, maybe next time