Markdown

Almost all documentation is written in markdown.

Code Standards

Use GitHub Flavored Markdown (GFM) when writing markdown.

Make use of GFM's fenced code blocks with appropriate language identifiers so that code blocks get syntax highlighting, and to avoid additional indentation complexity.

There are no line-length restrictions when writing Markdown; use line breaks only to indicate formatting.