mirror of
https://github.com/BubuAnabelas/awesome-markdown.git
synced 2024-10-01 01:06:15 -04:00
112 lines
5.2 KiB
Markdown
Executable File
112 lines
5.2 KiB
Markdown
Executable File
# Awesome Markdown [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome)
|
|
|
|
|
|
<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)
|
|
- [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.
|
|
- [Hugo](https://gohugo.io/) - A Fast & Modern Static Website Engine.
|
|
- [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:
|
|
- [mdp](https://github.com/visit1985/mdp) - A command-line based markdown presentation tool. :gem:
|
|
- [PileMd](https://pilemd.com/) - Markdown Note App.
|
|
|
|
### Linters
|
|
|
|
> Flag and standarize your Markdown documents.
|
|
|
|
- [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.
|
|
|
|
### 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.
|
|
- [HackMD](https://hackmd.io) - HackMD lets you create realtime collaborative markdown notes on all platforms.
|
|
- [Markable.in](https://markable.in/) - A Remarkable Markdown Editor.
|
|
- [Laverna](https://laverna.cc/) -Laverna is a JavaScript note taking application with Markdown editor and encryption support. :gem:
|
|
- [Socrates](http://socrates.io/) - Serveless realtime Markdown editor and viewer, etherpad-like.
|
|
|
|
## Services
|
|
|
|
> Different services which take advantage of Markdown.
|
|
|
|
- [Daux.io](http://daux.io) - Daux.io is an documentation generator that uses a simple folder structure and Markdown files to create custom documentation on the fly.
|
|
- [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.
|
|
|
|
- [Interactive Markdown Tutorial](http://www.markdowntutorial.com/)
|
|
- [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.
|