awesome-markdown/README.md

107 lines
4.6 KiB
Markdown
Raw Normal View History

2016-07-26 16:43:27 -04:00
# Awesome Markdown
<img src="https://upload.wikimedia.org/wikipedia/commons/4/48/Markdown-mark.svg" align="right" width="208">
> A curated list of delightful Markdown stuff.
*Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing.*
*Please read the [contribution guidelines](contributing.md) before contributing.*
:gem: means **really _awesome/useful_**.
## Table of Contents
- [CMS / Blogs](#CMS-Blogs)
- [Tools](#Tools)
- [Converters](#Converters)
- [Editors](#Editors)
- [Linters](#Linters)
2016-07-26 16:43:27 -04:00
- [Miscellaneous](#Miscellaneous)
- [Services](#Services)
- [Resources](#Resources)
- [Documentation](#Documentation)
- [Tutorials](#Tutorials)
***
## CMS / Blogs
> CMS or Blogs which support Markdown by default.
- [Ghost](https://blog.ghost.org/markdown/) - A publishing platform for professional bloggers.
- [Grav](https://getgrav.org/) - A Modern Flat-File CMS.
2016-07-28 04:47:45 -04:00
- [Hugo](https://gohugo.io/) - A Fast & Modern Static Website Engine.
2016-07-26 16:43:27 -04:00
- [Jekyll](https://jekyllrb.com/) - Transform your plain text into static websites and blogs.
- [Svbtle](https://svbtle.com/) - A blogging platform designed to help you think.
## Tools
### Converters
> Convert Markdown to other formats and vice versa.
- [HTML To Markdown for PHP](https://github.com/thephpleague/html-to-markdown) - Convert HTML to Markdown with PHP.
- [to-markdown](https://github.com/domchristie/to-markdown) - An HTML to Markdown converter written in JavaScript.
- [markdown-pdf](https://github.com/alanshaw/markdown-pdf) - Markdown to PDF converter.
- [Markdown To PDF](http://www.markdowntopdf.com/)
- [Pandoc](http://pandoc.org/) - A universal document converter.
### Editors
> Edit and save your Markdown documents.
- [Caret](https://caret.io/) - Markdown Editor for Mac and PC.
- [MarkRight](https://github.com/dvcrn/markright) - A minimalistic github flavored markdown editor.
- [Marp](https://yhatt.github.io/marp/) - Markdown Presentation Writer. :gem:
- [PileMd](https://pilemd.com/) - Markdown Note App.
### Linters
2016-07-27 16:26:27 -04:00
> Flag and standarize your Markdown documents.
2016-07-27 16:25:20 -04:00
- [Markdownlint](https://github.com/igorshubovych/markdownlint-cli) - A Node.js style checker and lint tool for Markdown/CommonMark files.
- [MDL](https://github.com/mivok/markdownlint) - A tool to check markdown files and flag style issues.
2016-07-26 16:43:27 -04:00
### 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.
- [Markable.in](https://markable.in/) - A Remarkable Markdown Editor.
- [Socrates](http://socrates.io/) - Serveless realtime Markdown editor and viewer, etherpad-like.
## Services
> Different services which take advantage of Markdown.
- [GitBook](https://www.gitbook.com/) - GitBook is a modern publishing toolchain. Making both writing and collaboration easy.
- [GitPrint](https://gitprint.com/) - Easily print GitHub markdown.
- [NoteHub](https://notehub.org/) - Free and Hassle-free Pastebin for Markdown Notes. :gem:
- [Stacktile](https://stacktile.io/) - Turn a markdown document into an interactive tutorial.
## Resources
### Documentation
> Documentation and useful information about Markdown.
- [CommonMark](http://commonmark.org/) - A strongly defined, highly compatible specification of 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.
- [Original Specifications](https://daringfireball.net/projects/markdown/) :gem:
- [The text/markdown Media Type (RFC7763)](https://tools.ietf.org/html/rfc7763) - This document registers the text/markdown media type for use with Markdown, a family of plain-text formatting syntaxes.
- [Wikipedia Article](https://en.wikipedia.org/wiki/Markdown)
### Tutorials
> Useful links and tutorials.
2016-07-27 16:25:20 -04:00
- [Interactive Markdown Tutorial](http://www.markdowntutorial.com/)
2016-07-26 16:43:27 -04:00
- [Github's Mastering Markdown](https://guides.github.com/features/mastering-markdown/)
- [Markdown Cheatsheet](https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet) :gem:
## License
[![CC0](http://mirrors.creativecommons.org/presskit/buttons/88x31/svg/cc-zero.svg)](https://creativecommons.org/publicdomain/zero/1.0/)
To the extent possible under law, [Joaquín Serna](https://github.com/BubuAnabelas) has waived all copyright and related or neighboring rights to this work.