What is Markdown?
Markdown is a plain text formatting syntax that converts simple text into rich HTML. Created by John Gruber in 2004, it was designed to be easy to write and read, even in its raw form. The syntax uses intuitive symbols like # for headings, * for lists, and backticks for code, making it a breeze to learn.
Example:
Here’s what Markdown looks like:
# Heading 1
## Heading 2
- List item 1
- List item 2