Markdown is an open source text markup language created in 2004 by John Gruber and Aaron Swartz.
#42on PLDB | 20Years Old | 1kRepos |
Markdown is a lightweight markup language with plain text formatting syntax. It is designed so that it can be converted to HTML and many other formats using a tool by the same name. Markdown is often used to format readme files, for writing messages in online discussion forums, and to create rich text using a plain text editor. Read more on Wikipedia...
Hello, world!
Hello World
Tender
======
# Heading
## Sub-heading
### Another deeper heading
Paragraphs are separated
by a blank line.
Two spaces at the end of a line leave a
line break.
Text attributes _italic_, *italic*, __bold__, **bold**, `monospace`.
Horizontal rule:
---
Bullet list:
* apples
* oranges
* pears
Numbered list:
1. apples
2. oranges
3. pears
A [link](http://example.com).
Feature | Supported | Example | Token |
---|---|---|---|
Standard Library | ✓ | # Hello, World! | |
Semantic Indentation | ✓ | ||
Booleans | X | ||
Line Comments | X |