Learning Markdown helps you make your great content look great!
I created an online course called Steem Markdown, which teaches you how to use Markdowns to format your Steemit posts.
In this post, I am including information from Lesson #3 - Emphasis.
If you want to access the full online course (19 lessons) for FREE, click here!
Markdown allows you to emphasize text within your post.
Italics, also known as emphasis in Markdown, uses a single set of asterisks or underscores.
*italics* or _italics_
Bold, also known as strong emphasis in Markdown, uses a double set of asterisks or underscores.
**bold** or __bold__
You can both italicize and bold text within your post by using a triple set of asterisks or underscores.
***bold and italics*** or __bold and italics__
Strikethrough uses two tildes.
~~strikethrough~~
Underline is NOT available in Markdown, and Steemit does not recognize the HTML underline tag.
Important things to remember:
What you type:
I use **bold** and _italics_ to emphasize important text.
I can use ***bold and italics*** at the same time, _or in **combination**_.
I can ~~strike out~~ words also.
What you see:
I use bold and italics to emphasize important text.
I can use bold and italics at the same time, or in combination.
I can strike out words also.
Now it's your turn to practice what you have learned.
There are *two ways* to _italicize text_.``There are two ways to bold text.```You can use ***bold and italics*** at the same time, _or in **combination**_.
You can also ~~strike out~~ words!
Thanks for reading my post today. It means a lot to me.
I wanted to pass along some ideas of how you can support this project, so that we can help more people.
Have a blessed day! And thanks for stopping by.