Markdown File Tips & Tricks

Thu 31 May 2018 by authorname

You will probably be using markdown files to write your blogs. They are nice because they give you more freedom than simple text files, and are easier to work with than HTML files. However, you can still use raw HTML in your files and it'll work pretty well, which is great for inserting more customized download links or files.

Here's a cheatsheet of good things to know:

Headers:

# H1
## H2
### H3
#### H4
##### H5
###### H6

H1

H2

H3

H4

H5
H6
*italics*
**bold**
**_italics and bold_**
~~scratched text~~

italics
bold
italics and bold
~~scratched text~~

[I'm an inline-style link](https://www.google.com)

I'm an inline-style link

Image
![lake michigan]({attach}../images/michigan.JPG) lake michigan