Getting Started with Markdown
Introduction to Markdown
Markdown is a lightweight markup language that you can use to add formatting elements to plaintext text documents. Created by John Gruber in 2004, Markdown is now one of the world’s most popular markup languages.
Basic Syntax
Here are some basic elements:
- Bold text:
**bold** - Italic text:
*italic* - Links:
[Links](url)
Blockquotes
Markdown is a text-to-HTML conversion tool for web writers. Markdown allows you to write using an easy-to-read, easy-to-write plain text format, then convert it to structurally valid XHTML (or HTML).