Basic GM Binder Markdown

Click this!
Then copy to your left panel in your document
![]()
1st Heading
2nd Heading
3rd Heading
4th Heading
5th Heading
Fancy Notes
You can use headings in here too
Like this
^-^
Or just regular text like this
Second page text! ^-^
Notice in the source the above smiley looks odd? That's because it uses a special character '^' which the broswer trys to do something else with. To tell the browser to ignore it (and actually display it) use the forward slash ( \ ).
To make text italic surround it as such <em>your italic text</em> = your italic text
To make text bold surround it as such <strong>your bold text</strong> = your bold text
Bullet Points
can be displayed using the - (dash key) as such
- example 1
- example 2
- example 3