I decided to write a post on the Markup language use on steemit.
1 First we start with creating tables
Using just HTML tags
Use “|” to add vertical separation and hyphens “-” for horizontal separation.
| Surn Name | First Name | Date of Birth |
|---|---|---|
| michael | Thomas | 30th april 1991 |
| Jacky | Chan | 12th may 1967 |
2 use the online tool "word2cleanhtml.com"
If you use Microsoft word there is a site that converts it to markup. You can create tables in MSword and take it to the site to be converted to markup
3 Writing in Italics
what we have to do is add an underscore before and after the word or sentence you wish to italicize.
For Example
Or
I just love italics
4 Headings:
This is a heading
And this one too
Use # before and after the text.
5 Pictures
Pictures would start with an exclamation point
7 Busy.org
If the Markup language is giving you too much trouble, you could as well use Busy.org
But you need to register for it first.
Thanks for reading