Handy Steemit Markdown Guide with Samples

Steemit Logo

This is a quick markdown reference with samples that I made for my own use. It shows what specific markdown looks like here on Steemit. The actual displayed code is what I used as markdown in this post.

[Emphasis]:

bold
**bold**

bold
__bold__

italic
*italic*

italic
_italic_

strikethrough
~~strikethrough~~

bold italic strikethrough
**_~~bold italic strikethrough~~_**

[Links and Images]:

https://steemit.com/
https://steemit.com/

Steemit
[Steemit](https://steemit.com/)

Steemit Logo
![Steemit Logo](https://steemit.com/images/favicons/favicon-32x32.png)

Linked Image
[![Linked Image](https://steemit.com/images/favicons/favicon-32x32.png)](https://steemit.com/)

@ottodv
@ottodv

[Headers ]:

H1 Header

# H1 Header

H2 Header

## H2 Header

H3 Header

### H3 Header

H4 Header

#### H4 Header

H6 Header

###### H6 Header

[Quotes and Code]:

quote

> quote

 
Inline code

Inline `code`

 

code block

Surround by triple backticks:

```
code block
```


code block

Indent with 4 spaces:

    code block

[Lists]:

  • Bitcoin
  • Steem
    • Liquid
    • Power
* Bitcoin
* Steem
  * Liquid
  * Power

 

  • Bitcoin
  • Steem
    • Liquid
    • Power
- Bitcoin
- Steem
  - Liquid
  - Power

 

  1. Bitcoin
  2. Steem
    a. Liquid
    b. Power
1. Bitcoin
2. Steem
  a. Liquid
  b. Power

[Tables]:

UserPostsSteem Power
ottodv10500
falkvinge209000
User|Posts|Steem Power
-|-|-
ottodv|10|500
falkvinge|20|9000

 
 
Follow Me!

H2
H3
H4
3 columns
2 columns
1 column
15 Comments