What Can You Do With Markdown?
Code
text
`text`
Emphasis
bold **text**
italic *text*
these can be combined ***text***
Headings
h1 #
h2 ##
h3 ###
h4 ####
h5 #####
h6 ######
Horizontal rules (lines)
(add a blank line before and after) `***`
Images
”)
Images must be available online (Wikimedia Commons, Manifold Project Resource, etc.)
Linked image
[”)](full url)
Line breaks
Add at least two blank spaces at the end of a sentence but you will get better results using HTML use <br>
Links
[text](full url)
Quick url
https://cuny.manifoldapp.org <https://cuny.manifoldapp.org>
rmiller2@gc.cuny.edu <rmiller2@gc.cuny.edu>
Lists
Ordered (numbered)
-
1. text
-
2. text
-
3. text
Unordered (bulleted)
- text
- text
- text