Markdown

templates

</br> or \ line breaks

HEADER
# h1 (with space after #)
## h2
###### h6

LIST
* list
* ex
    * indent with tab
        * extra indent

- [x] x it dawg
- [ ] item up next
- [x] @mentions, #refs, [links](),

**formatting**, and <del>tags</del>

unordered or ordered
* list
* above
    * indent with tab

- [x] this is a complete item
- [ ] this is an incomplete item
- [x] @mentions, #refs, [links](),
- [x] list syntax required (any unordered or ordered


CODEBLOCK: ``` w/o the \ escape
\```python

def whatever(a):
    return a

\```


IMAGES
![GitHub Logo](/images/logo.png)

LINKS
[GitHub](http://github.com)

EMOJIS
:+1: :sparkles: :camel: :tada: \
:rocket: :metal: :octocat:

:+1: :sparkles: :camel: :tada:
:rocket: :metal: :octocat:

preview

in vscode "ctrl+v k" to preview markdown format in new right-split tab