Simplified Markdown to get you started on steemit and how to make a horizontal rule
steemit·@steemi·
0.000 HBDSimplified Markdown to get you started on steemit and how to make a horizontal rule
### There are lots of not so easy to understand markdown guides, but mine is one that's pretty straightforward and makes beginning using markdown super easy. With all the new steemit users coming onboard I want to make their first post super easy. ___ ### ***Markdown code: Characters to use before and after a word or words to affect how they look*** ## Headings # `# ` is equal to 160% text size on on steemit ## `## ` is equal to 140% text size on steemit ### `### ` is equal to 120% text size on steemit `####` and `#####` are recognized but will give you approx 100% text size ___ ## Surround you word or words with these characters for effect: `*` *for italics* `*` `**` **for bold** `**` `***` ***for bold and italic*** `***` ___ ### Insert images, links, and youtube videos by just copying and pasting the link ### `http://www.somecat.xyz/cat.jpg` gives us http://www.catprotection.com.au/wp-content/uploads/2014/11/5507692-cat-m.jpg `https://steemit.com/` will result in https://steemit.com/ `https://www.youtube.com/watch?v=aKTH0o8AEtQ` embeds the youtube video https://www.youtube.com/watch?v=aKTH0o8AEtQ ___ > Quoting can be done with a `> ` at the beginning of a line ___ ### ***Headers can have bold and/or italics effects*** use `### ***` to begin and `***` to end the line ___ `___` or `***` or `---` gives up a horizontal rule ___ ## This abbreviated guide should be able to kick start your posting for new users and clear up some confusion for others. I will keep an eye out for any changes and plan to soon offer an advanced markdown article.