Measures Concepts
GitHub icon

Markdown

Markdown - Text markup language

< >

Markdown is a text markup language created in 2004 by John Gruber and Aaron Swartz.

#90on PLDB 20Years Old 1kRepos

Try now: Web · Riju

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 Token Example
Semantic Indentation ✓
Booleans X
Line Comments X

View source

- Build the next great programming language · Search · Add Language · Features · Creators · Resources · About · Blog · Acknowledgements · Queries · Stats · Sponsor · Day 605 · feedback@pldb.io · Logout