Markdown: Difference between revisions

From David's Wiki
 
Line 13: Line 13:


==Renderers==
==Renderers==
Below are a few programs scripts for rendering Markdown.
Below are a few programs and scripts for rendering Markdown.


;Libraries
;Libraries

Latest revision as of 14:43, 9 February 2021

Markdown is the typesetting language used in Github and elsewhere (including Google).

Syntax

See #Resources

Newlines

Newlines in markdown can be created with either two trailing whitespaces or a trailing backslash.
The Google Style Guide suggests using a trailing backslash and never using trailing whitespaces.

One line\
Another line

Renderers

Below are a few programs and scripts for rendering Markdown.

Libraries
Wikis and Content management systems
Servers

Resources