Markdown commands on steemit
Below you find a short list with commands that might help you to create a beautiful article on Steemit. Have fun!
For beginners
For advanced
Summary of commands
Summary of commands
| Function | Command |
|---|---|
| bold | **text** |
| italic | *text* |
| heading | # heading |
| horizontal line/rule | *** |
| quote | > this is a quote |
| link | [name](www.steemit.com) |
| center | <center>text</center> |
| left column | <div class=pull-left>text</div> |
| right column | <div class=pull-right>text</div> |
| space | |
Example for a table
Name | Age | Domicile
--- | --- | --- ==> this line is needed for the proper formatting!
Stefan | 19 | London
Anna | 35 | Paris
Tobi | 68 | Bern
| Name | Age | Domicile |
|---|---|---|
| Stefan | 19 | London |
| Anna | 35 | Paris |
| Tobi | 68 | Bern |
Hügi