Markdown: Difference between revisions

From David's Wiki
(Created page with "Markdown is the typesetting language used in Github. ==Resources== * [https://learnxinyminutes.com/docs/markdown/ Learn Markdown in Y Minutes] * [https://github.com/adam-p/ma...")
 
No edit summary
Line 1: Line 1:
Markdown is the typesetting language used in Github.
Markdown is the typesetting language used in Github and elsewhere (including Google).
 
 
==Renderers==
Below are a few JS scripts for rendering Markdown.
 
* [https://docsify.js.org/#/ Docsify] ([https://github.com/docsifyjs/docsify/ GitHub, 15k Stars])
* [https://docusaurus.io/en/ Docusaurus] ([https://github.com/facebook/docusaurus GitHub, 18k Stars]) - This is made by Facebook.
* [https://www.mkdocs.org/ MKDocs] ([https://github.com/mkdocs/mkdocs/ GitHub, 11K Stars])
* [https://dynalon.github.io/mdwiki/#!index.md MDwiki] ([https://github.com/Dynalon/mdwiki/ GitHub]) (unmaintained since 2018)
* [https://casual-effects.com/markdeep/ Markdeep] ([https://github.com/morgan3d/markdeep GitHub])


==Resources==
==Resources==
* [https://learnxinyminutes.com/docs/markdown/ Learn Markdown in Y Minutes]
* [https://learnxinyminutes.com/docs/markdown/ Learn Markdown in Y Minutes]
* [https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet Adam P's Markdown Cheatsheet]
* [https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet Adam P's Markdown Cheatsheet]

Revision as of 04:35, 3 August 2020

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


Renderers

Below are a few JS scripts for rendering Markdown.

Resources