Top 1,000 Features Creators Events Podcasts Extensions Interviews Blog Explorer CSV

Markdown

< >

Markdown is an open source text markup language created in 2004 by John Gruber and Aaron Swartz.

#40on PLDB 20Years Old 1kRepos
Homepage · Leet Sheet · REPL · Wikipedia · Subreddit · Docs

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...


Example from Riju:
Hello, world!
Example from hello-world:
Hello World
Example from Linguist:
Tender ======
Example from Wikipedia:
# 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).

Language features

Feature Supported Example Token
Standard Library
# Hello, World!
Semantic Indentation
Booleans X
Line Comments X

View source

- Build the next great programming language · About · Resources · Acknowledgements · Part of the World Wide Scroll