Too bad there is no preview when writing markdown post.
Formatted toot example - Level 1 title
Allowed formatting - Level 2 title
Standard text + bold + italics + underlined + strikethrough
Level 3 title
- Make a list
- like
- this
This is some quote.
A numbered list
- Sub-item.
- Another one.
Now some code
Nice inline highlight: python scritp.py
int main(void)
{
// A block of code.
return 0;
}
Now everything but last block of code in a block of code
(It is in attached image)
Too bad there is no preview when writing markdown post.
# Formatted toot example - Level 1 title
## Allowed formatting - Level 2 title
Standard text + __bold__ + *italics* + _underlined_ + ~~strikethrough~~
### Level 3 title
- Make a list
- like
- this
> This is some quote.
### A numbered list
1. First item
2. Second item
- Sub-item.
- Another one.
3. __One__, *Two*, _Three_
## Now some code
Nice inline highlight: `python scritp.py`
