Markdown
Source file extensions: .md
Markdown files are automatically rendered in preview.
The spec is extended with the support of mdjs.
References
Quick example
foo.md
# Heading
## Sub-heading
Paragraphs are separated
by a blank line.
Two spaces at the end of a line
produces a line break.
Text attributes _italic_,
**bold**, `monospace`.
Bullet list:
- apples
- oranges
- pears