Chapter Two - Markdown Basics Flashcards

1
Q

Emphasize/Italicize

A

Single Asterisk (*) or Underscore (_)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Bold

A

Double Asterisks (**) or Double Underscores (__)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Headings (1 - 6)

A

Hash (#) Marks, i.e. # Heading 1 - ###### Heading 6

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Headings (Alternate)

A

Use Equal Signs (=) or Dashes (-) Underneath. (Only Works for Headings 1 and 2).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Paragraphs (<p>) tags

A

Sections of text separated by blank lines

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Line Break <br></br>

A

Two spaces at the end of each line.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Horizontal Rules <hr /> (3 Options)

A

3 or more hyphens, asterisks or underscores on a line by themselves

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Blockquotes

A

Right angle brackets (>)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Blockquotes (Nested)

A

Increase number of right angle brackets

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Blockquotes (Multi-paragraphs)

A

Right angle bracket for each line

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Lists/Bullets (unordered list)

A

Precede with asterisks (*) or hyphens (-) or pluses (+)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Sub-bullets (unordered list)

A

Tab/4 spaces

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Numbered (ordered) lists

A

Numbers

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Code <code></code>

A

Backticks - ``

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Links (Inline-style)

A

[inline-style link] (http://jonfreed.net)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Reference-Style Links

A

Links can be placed anywhere in the document (ideally at the bottom) - [Empire State Building][esb] - [esb]:http://jonfreed.net

17
Q

Image - Inline-Style

A
18
Q

Images - Reference-Style

A
19
Q

Inserting HTML

A

You can intersperse HTML within Markdown

20
Q

Suppressing Markdown

A

Backslash - \