You can start writing Markdown in a minute!
Check the demo below, then practice Markdown in your browser using Dillinger, try the Markdown Tutorial, or read GitHub's Mastering Markdown Guide.
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 this GitHub Help. Images look similar:
A bullet list is created using *
, +
, or -
, like:
- dog
- cat
- muffin
A numbered list is created using a number + .
.
The actual numbering doesn't matter:
- one
- two
- three
- four
Block quote.