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
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
Links
This site was built using GitHub Pages.
I’m an inline-style link with title
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
- George Washington
- John Adams
- Thomas Jefferson
- Unordered list can use asterisks
- Minuses
- Pluses
James Madison
James Monroe
John Quincy Adams
First ordered list item
Another item
- Unordered sub-list.
Actual numbers don’t matter, just that it’s a number
- Ordered sub-list
And another item.
Nested Lists
- First list item
- First nested list item
- Second nested list item
- First nested list item
Task lists
- #739
- https://github.com/octo-org/octo-repo/issues/740
- Add delight to the experience when all tasks are complete :tada:
Ignoring Markdown formatting
Let’s rename *our-new-project* to *our-old-project*.
Creating a table
First Header | Second Header |
---|---|
Content Cell | Content Cell |
Content Cell | Content Cell |
Command | Description |
---|---|
git status | List all new or modified files |
git diff | Show file differences that haven’t been staged |
Command | Description |
---|---|
git status | List all new or modified files |
git diff | Show file differences that haven’t been staged |
Left-aligned | Center-aligned | Right-aligned |
---|---|---|
git status | git status | git status |
git diff | git diff | git diff |
Name | Character |
---|---|
Backtick | ` |
Pipe | | |
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 |
Markdown | Less | Pretty |
---|---|---|
Still | renders | nicely |
1 | 2 | 3 |
Logo
Inline-style (hover to see the title text)
Reference-style (hover to see the title 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