diff --git a/README.md b/README.md index 30d3143..f45349c 100755 --- a/README.md +++ b/README.md @@ -33,6 +33,7 @@ Markdown is a markup language created by John Gruber in collaboration with Aaron - [Editors](#editors) - [Linters](#linters) - [Miscellaneous](#miscellaneous) + - [Presentations](#presentations) - [Services](#services) - [Resources](#resources) - [Documentation](#documentation) @@ -66,14 +67,14 @@ Markdown is a markup language created by John Gruber in collaboration with Aaron ### JavaScript -- [marked](https://github.com/chjj/marked) - A full-featured Markdown parser and compiler, written in JavaScript. Built for speed. +- [marked](https://github.com/chjj/marked) - Full-featured Markdown parser and compiler, written in JavaScript. Built for speed. - [markdown-it](https://github.com/markdown-it/markdown-it) - Markdown parser, done right. 100% CommonMark support, extensions, syntax plugins & high speed. - [markdown-js](https://github.com/evilstreak/markdown-js) - Yet another Markdown parser, this time for JavaScript. - [Showdown](https://github.com/showdownjs/showdown) - Showdown is a JavaScript Markdown to HTML converter, based on the original works by John Gruber. ### Perl -- [Markdown.pl](http://daringfireball.net/projects/downloads/Markdown_1.0.1.zip) :gem: John Gruber's original Markdown library. +- [Markdown.pl](http://daringfireball.net/projects/downloads/Markdown_1.0.1.zip) :gem: _John Gruber's original Markdown library._ ### PHP @@ -82,9 +83,9 @@ Markdown is a markup language created by John Gruber in collaboration with Aaron ### Python -- [markdown2](https://github.com/trentm/python-markdown2) - A fast and complete implementation of Markdown in Python. +- [markdown2](https://github.com/trentm/python-markdown2) - Fast and complete implementation of Markdown in Python. - [Mistune](https://github.com/lepture/mistune) - The fastest Markdown parser in pure Python with renderer feature. -- [Python-Markdown](https://github.com/waylan/Python-Markdown) - A Python implementation of John Gruber's Markdown. +- [Python-Markdown](https://github.com/waylan/Python-Markdown) - Python implementation of John Gruber's Markdown. ### Ruby @@ -113,7 +114,7 @@ Markdown is a markup language created by John Gruber in collaboration with Aaron - [MarkRight](https://github.com/dvcrn/markright) - Minimalistic github flavored Markdown editor. - [PileMd](https://pilemd.com/) - Markdown Note App. -- [Typora](https://typora.io/) - A minimal markdown editor. +- [Typora](https://typora.io/) - A minimal Markdown editor. ### Linters @@ -122,27 +123,27 @@ Markdown is a markup language created by John Gruber in collaboration with Aaron - [Markdownlint](https://github.com/igorshubovych/markdownlint-cli) - Node.js style checker and lint tool for Markdown/CommonMark files. - [MDL](https://github.com/mivok/markdownlint) - Tool to check Markdown files and flag style issues. -### Presentations / Slide - -> Create and edit your presentation slide with Markdown. - -- [Marp](https://yhatt.github.io/marp/) - Markdown Presentation Writer. :gem: _Like PowerPoint but with Markdown!_ -- [mdp](https://github.com/visit1985/mdp) - Command-line based Markdown presentation tool. :gem: _Like PowerPoint and Vim but with Markdown!_ -- [remark](https://remarkjs.com) - A simple, in-browser, Markdown-driven slideshow tool targeted at people who know their way around HTML and CSS. :gem: _Simple and fast markdown-based slideshow!_ - ### Miscellaneous > Tools which let you edit, convert, export, _et al._ your Markdown documents. - [Classeur](http://classeur.io/) - Classeur is a new platform to write simple notes as well as technical documents and blogs. - [Dillinger](http://dillinger.io/) - Dillinger is a cloud-enabled, mobile-ready, offline-storage, AngularJS powered HTML5 Markdown editor. -- [GitDown](https://github.com/gajus/gitdown) – GitHub markdown preprocessor. +- [GitDown](https://github.com/gajus/gitdown) – GitHub's Markdown preprocessor. :octocat: - [HackMD](https://hackmd.io) - HackMD lets you create realtime collaborative Markdown notes on all platforms. - [Markable.in](https://markable.in/) - Remarkable Markdown Editor. - [Markdown Tables Generator](http://www.tablesgenerator.com/markdown_tables) - Visual Markdown table builder with CSV importing support. - [Laverna](https://laverna.cc/) - Laverna is a JavaScript note taking application with Markdown editor and encryption support. :gem: _Markdown notes with encryption!_ - [Socrates](http://socrates.io/) - Serveless realtime Markdown editor and viewer, etherpad-like. +### Presentations + +> Create and edit your slides presentations with Markdown. + +- [Marp](https://yhatt.github.io/marp/) - Markdown Presentation Writer. :gem: _Like PowerPoint but with Markdown!_ +- [mdp](https://github.com/visit1985/mdp) - Command-line based Markdown presentation tool. :gem: _Like PowerPoint and Vim but with Markdown!_ +- [remark](https://remarkjs.com) - A simple, in-browser, Markdown-driven slideshow tool targeted at people who know their way around HTML and CSS. + ## Services > Different services which take advantage of Markdown. @@ -160,7 +161,7 @@ Markdown is a markup language created by John Gruber in collaboration with Aaron > Documentation and useful information about Markdown. - [CommonMark](http://commonmark.org/) - Strongly defined, highly compatible specification of Markdown. -- [GitHub Flavored Markdown Spec](https://github.github.com/gfm/) - The formal spec for GitHub's markdown, based on CommonMark. +- [GitHub Flavored Markdown Specifications](https://github.github.com/gfm/) - The formal spec for GitHub's Markdown, based on CommonMark. - [Original Specifications](https://daringfireball.net/projects/markdown/) :gem: _The place to start with Markdown!_ - [ScholarlyMarkdown](http://scholarlymarkdown.com/) - ScholarlyMarkdown is a syntax/standard/best-practice of scholarly and academic communication that is web-first, semantic XML-second, and LaTeX/Word a close third. - [Stack Overflow Markdown Documentation](https://stackoverflow.com/documentation/markdown/topics) - Well organized Markdown documentation.