https://courses.wesbos.com/ | https://masteringmarkdown.com/
Version: 20171219 | Status: Completed
Sublime Text
> Preferences
> Package Settings
> Markdown Editing
> GFM Settings - User
CTRL + B
inside Sublime will create an .html
page~~
Regular Link
<https://www.warrenshea.com>
= https://www.warrenshea.com
Regular Link - Customize Link Text
[warrenshea.com](https://www.warrenshea.com)
= warrenshea.com
Regular Link - Customize Link Text + Add Title Tag
[warrenshea.com](https://www.warrenshea.com "This is a title tag")
= warrenshea.com
Regular Link but use Pointer. Pointer is somewhere on the page. Recommended for readability or links that may change
[warrenshea.com][1]
+ [1]: https://www.warrenshea.com
[warrenshea.com][ws]
+ [ws]: https://www.warrenshea.com
Image with Alt Text and Tooltip

=
Image with Alt Text and Pointer. Pointer is somewhere on the page. Recommended for readability or links that may change
![ALT TEXT][megaman]
+ [megaman]: http://www.v1.worldofwarren.com/common/megaman/ani_beat_rush_megaman.gif
=
Combining Hyperlink and Image
[](http://www.v1.worldofwarren.com)
=
*
or -
or +
1.
- just put a 1.
and the browser will automatically order it. Do not put 1.
, 2.
, 3.
as that leads to manual changes later<br>
or \
---
or ===
but put space between that and the item, or it becomes a header>
` and then the language, e.g.
javascript
code
:---
= Left Aligned---:
= Right Aligned:--:
= Centered Aligned[ ] Do dishes
[ ] Bathe the dog
[x] Take long, hibernating nap