Markdown Primer | Crossroads Digital Design Kit

Markdown Primer

Paragraphs

To create a new paragraph…

… hit the Enter key to create a new line. Each line break will create a…

… new paragraph!

To create a new paragraph...

... hit the `Enter` key to create a new line. Each line break will create a...

... new paragraph!

Headers

Header 1

Header 2

Header 3

Header 4

Header 5
Header 6
# Header 1

## Header 2

### Header 3

#### Header 4

##### Header 5

###### Header 6

Emphasis

Emphasis, aka italics, with single-wrapping asterisks or underscores.

Strong emphasis, aka bold, with double-wrapping asterisks or underscores.

Combined strong and OG emphasis with asterisks and underscores. (Note that the bold asterisks wrap both comments.)

Emphasis, aka italics, with single-wrapping *asterisks* or _underscores_.

Strong emphasis, aka bold, with double-wrapping **asterisks** or __underscores__.

Combined strong and OG emphasis with **asterisks and _underscores_**. (Note that the bold asterisks wrap both comments.)

Lists

  1. First ordered list item
  2. Another item
    • Unordered sub-list.
  3. Actual numbers don’t matter, just that it’s a number
    1. Ordered sub-list
  4. And another item.

    You can have properly indented paragraphs within list items. Notice the blank line above, and four leading spaces.

  • Unordered list can use asterisks
  • Or minuses
  • Or pluses
1. First ordered list item
2. Another item
    * Unordered sub-list.
1. Actual numbers don't matter, just that it's a number
    1. Ordered sub-list
4. And another item.

    You can have properly indented paragraphs within list items. Notice the blank line above, and four leading spaces.

* Unordered list can use asterisks
- Or minuses
+ Or pluses

Links

[I'm an inline-style link](https://www.google.com)

[I'm an inline-style link with title](https://www.google.com "Google's Homepage")

Blockquotes

Blockquotes are very handy in email to emulate reply text. This line is part of the same quote.

Quote break.

This is a very long line that will still be quoted properly when it wraps. Oh boy let’s keep writing to make sure this is long enough to actually wrap for everyone. Oh, you can put Markdown into a blockquote.

> Blockquotes are very handy in email to emulate reply text.
> This line is part of the same quote.

Quote break.

> This is a very long line that will still be quoted properly when it wraps. Oh boy let's keep writing to make sure this is long enough to actually wrap for everyone. Oh, you can *put* **Markdown** into a blockquote.

Horizontal Rule

Three or more…


Hyphens


Asterisks


Underscores

Three or more...

---

Hyphens

***

Asterisks

___
Underscores