Quick Markdown #HowTo on creating numbered lists: 1. one 2. two 3. three one two three Easy as that. 🙌
Quick Markdown #HowTo on creating bullet points. Bullet points: – point one – point two – point three point one point two point three So go ahead and bullet-point away. …
Quick Markdown #HowTo for creating quoted text. Quote (must be on its own line): > This is the quoted text. This is the quoted text.
Quick Markdown #HowTo – Images Similar to creating a link except you add a ! at the beginning.  Result:
Quick Markdown #HowTo – Links If you want to hyperlink something using Markdown, here’s the format: [link text](https://dustinstout.com) Link text in square brackets followed by your URL in parenthesis.
Here’s a quick and dirty #HowTo for using Markdown formatting in your posts: Italics: _word or phrase_ = word or phrase. Bold: **word or phrase** = word or phrase Easy …