2. A Simple guide to markdown#

2.1. Heading 2#

2.1.1. Heading 3#

2.1.1.1. Heading 4#

2.1.1.1.1. Heading 5#
2.1.1.1.1.1. Heading 6#
2.1.1.1.2. Emphasis#

Emphasis, aka italics, with asterisks or underscores.

Strong emphasis, aka bold, with asterisks or underscores.

Combined emphasis with asterisks and underscores.

Strikethrough uses two tildes. ~~Scratch this.~~

2.1.1.1.4. Paragraph#

Lorem ipsum dolor sit amet consectetur adipisicing elit. Quam nihil enim maxime corporis cumque totam aliquid nam sint inventore optio modi neque laborum officiis necessitatibus, facilis placeat pariatur! Voluptatem, sed harum pariatur adipisci voluptates voluptatum cumque, porro sint minima similique magni perferendis fuga! Optio vel ipsum excepturi tempore reiciendis id quidem? Vel in, doloribus debitis nesciunt fugit sequi magnam accusantium modi neque quis, vitae velit, pariatur harum autem a! Velit impedit atque maiores animi possimus asperiores natus repellendus excepturi sint architecto eligendi non, omnis nihil. Facilis, doloremque illum. Fugit optio laborum minus debitis natus illo perspiciatis corporis voluptatum rerum laboriosam.

2.1.1.1.5. List#
  1. List item

  2. List item

  3. List item

  4. List item

  5. List item

2.1.1.1.6. Unordered List#
  • List item

  • List item

  • List item

  • List item

  • List item

2.1.1.1.7. Code and Syntax Highlighting#

Inline code has back-ticks around it.

var s = "JavaScript syntax highlighting";
alert(s);
s = "Python syntax highlighting"
print s
No language indicated, so no syntax highlighting. 
But let's throw in a <b>tag</b>.
2.1.1.1.8. Blockquote#

This is a blockquote example.

2.1.1.1.9. Inline HTML#

You can also use raw HTML in your Markdown, and it’ll mostly work pretty well.

Definition list
Is something people use sometimes.
Markdown in HTML
Does *not* work **very** well. Use HTML tags.
2.1.1.1.10. Tables#

Colons can be used to align columns.

Tables

Are

Cool

col 3 is

right-aligned

$1600

col 2 is

centered

$12

zebra stripes

are neat

$1

There must be at least 3 dashes separating each header cell. The outer pipes (|) are optional, and you don’t need to make the raw Markdown line up prettily. You can also use inline Markdown.

Markdown

Less

Pretty

Still

renders

nicely

1

2

3

2.1.1.1.11. Image#

image