All of the Markdown

Purpose

This Post demonstrates how Markdown is rendered on this Website.

Headings

ATX style H1

ATX style H2

ATX style H3

ATX style H4

Closed ATX style H1

Closed ATX style H1

Closed ATX style H1

Closed ATX style H1

Alt-H1

Alt-H2

Quotes

The secret to creativity is knowing how to hide your sources. — Albert Einstein 1: http://www.quotedb.com/quotes/2112

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.

Images

image alt text

Bold Text

This is bold text

Italic Text

This text is italicized

Crossed Text

This was mistaken text

Bold and Italic Text

This text is extremely important

All Bold and Italic Text

All this text is important

Quoting code

Some basic Git commands are:

git status
git add
git commit

This site was built using GitHub Pages.

I’m an inline-style link

I’m an inline-style link with title

I’m a reference-style link

I’m a relative reference to a repository file

You can use numbers for reference-style link definitions

Or leave it empty and use the link text itself.

URLs and URLs in angle brackets will automatically get turned into links. https://example.com/ or https://example.com/ and sometimes example.com (but not on Github, for example).

Lists

  1. James Madison

  2. James Monroe

  3. John Quincy Adams

  4. First ordered list item

  5. Another item

    • Unordered sub-list.
  6. Actual numbers don’t matter, just that it’s a number

    1. Ordered sub-list
  7. And another item.

Nested Lists

  1. First list item
    • First nested list item
      • Second nested list item

Task lists

Ignoring Markdown formatting

Let’s rename *our-new-project* to *our-old-project*.

Creating a table

First HeaderSecond Header
Content CellContent Cell
Content CellContent Cell
CommandDescription
git statusList all new or modified files
git diffShow file differences that haven’t been staged
CommandDescription
git statusList all new or modified files
git diffShow file differences that haven’t been staged
Left-alignedCenter-alignedRight-aligned
git statusgit statusgit status
git diffgit diffgit diff
NameCharacter
Backtick`
Pipe|

Colons can be used to align columns.

TablesAreCool
col 3 isright-aligned$1600
col 2 iscentered$12
zebra stripesare neat$1
MarkdownLessPretty
Stillrendersnicely
123

Inline-style (hover to see the title text)

alt text

Reference-style (hover to see the title text)

alt text

Inline Code

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>.

Lines

Three or more Hyphens


Three or more Asterisks


Three or more Underscores