Steemit is a wonderful platform which allows you to communicate with others and exchange useful ideas while you earn money. While submitting stories most of the new users do not use the editor in full capacity.
The objective of this post and video tutorial is to educate you about the same. If you find it useful for the community, please upvote and resteem. It took me a few hours to make the videos and write a post.
Under the hood, Steemit uses something called as Markdown to format text.
A 3 column table with three rows:
| Serial # | Name | Points |
|---|---|---|
| 1 | Sam | 999 |
| 2 | Tina | 998 |
| 3 | Rita | 944 |
| 4 | Tim | 997 |
A two column table with five rows:
| Name | Cellphone number |
|---|---|
| Sam | 999-88-8878 |
| Eddy | 666-88-8878 |
| Time | 444-88-8878 |
| Beth | 222-88-8878 |
| Rita | 777-88-8878 |
Text on left, and image on right.
Text on right, and image on left.
This is an ordered list.
This is an unordered list with sub items.
Steemit markdown allows you to add b tag which turns the text bold . The strong tag does not seem to work here. If you make a mistake and preserve the previous word, you can use del tag to strikeout the milkstake mistake. To add a hyperlink, use anchor tag. The word to be displayed to the users, must be in-between the opening and closing a tag. The href attribute/property is used to specify where the link leads to. In this case, if you click it, it takes you to my profile. Just beneath this line you can see some dummy python code which is displayed using the code tag. See how different it looks when compared to normal text. Visit this link to copy and paste stuff.
#!usr/bin/python
print "I love Steemit and you will love me for this post. Please upvote and resteem"
You could also quote stuff. Check an example below.
Education is The Manifestation of The Perfection Already in Man
– Swami Vivekananda
Watchout! More to come.
To copy and paste, please visit this link.
Please upvote.