Visual Demo
The plain text code below demonstrates all the basics–click the button to view how it will look rendered into HTML.
# Heading One
Any text with no empty lines between will become a paragraph.
Leave an empty line between headings and paragraphs.
Font can be *Italic* or **Bold**.
Code can be highlighted with `backticks`.
Hyperlinks look like [GitHub Help](https://help.github.com/).
## Heading Two
Images look similar:
![alt text here](https://upload.wikimedia.org/wikipedia/commons/4/4b/Focus_ubt.jpeg)
### Heading Three
A bullet list is created using `-`, `*`, or `+` like:
- dog
- cat
- muffin
A numbered list is created using a number + `.` + space, like:
1. one
2. two
6. three
2. four
> Block quote.
> Continuing the quote.
Horizontal rule:
-------
Heading One
Any text with no empty lines between will become a paragraph. Leave an empty line between headings and paragraphs.
Font can be Italic or Bold.
Code can be highlighted with backticks
.
Hyperlinks look like GitHub Help.
Heading Two
Images look similar:
Heading Three
A bullet list is created using -
, *
, or +
like:
- dog
- cat
- muffin
A numbered list is created using a number + .
+ space, like:
- one
- two
- three
- four
Block quote. Continuing the quote.
Horizontal rule: