Chapter Two - Markdown Basics Flashcards
Emphasize/Italicize
Single Asterisk (*) or Underscore (_)
Bold
Double Asterisks (**) or Double Underscores (__)
Headings (1 - 6)
Hash (#) Marks, i.e. # Heading 1 - ###### Heading 6
Headings (Alternate)
Use Equal Signs (=) or Dashes (-) Underneath. (Only Works for Headings 1 and 2).
Paragraphs (<p>) tags
Sections of text separated by blank lines
Line Break <br></br>
Two spaces at the end of each line.
Horizontal Rules <hr /> (3 Options)
3 or more hyphens, asterisks or underscores on a line by themselves
Blockquotes
Right angle brackets (>)
Blockquotes (Nested)
Increase number of right angle brackets
Blockquotes (Multi-paragraphs)
Right angle bracket for each line
Lists/Bullets (unordered list)
Precede with asterisks (*) or hyphens (-) or pluses (+)
Sub-bullets (unordered list)
Tab/4 spaces
Numbered (ordered) lists
Numbers
Code <code></code>
Backticks - ``
Links (Inline-style)
[inline-style link] (http://jonfreed.net)