Markdown: Difference between revisions

From David's Wiki
No edit summary
No edit summary
Line 3: Line 3:


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


* [https://docsify.js.org/#/ Docsify] ([https://github.com/docsifyjs/docsify/ GitHub, 15k Stars])
* [https://docsify.js.org/#/ Docsify] ([https://github.com/docsifyjs/docsify/ GitHub, 15k Stars])
** JS only. Supports multiple pages and search. Many addons.
* [https://docusaurus.io/en/ Docusaurus] ([https://github.com/facebook/docusaurus GitHub, 18k Stars]) - This is made by Facebook.
* [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://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://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])
* [https://casual-effects.com/markdeep/ Markdeep] ([https://github.com/morgan3d/markdeep GitHub])  
** Syntax extends markdown. Only supports a single page.


==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 13:44, 4 August 2020

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


Renderers

Below are a few programs scripts for rendering Markdown.

Resources