Home

Awesome

Awesome Series @ Write Kit

Markdown (Syntax & Extensions, Documentation & Cheat Sheets, Libraries, ...)Markdown Editors & (Pre)viewersBooks (Services, Hand-Written, Auto-Built w/ Open Data, ...)

Awesome Markdown

A collection of awesome markdown goodies (libraries, services, editors, tools, cheatsheets, etc.)

Note: :octocat: stands for the GitHub page and :gem: stands for the RubyGems page.


[ANNOUNCEMENT] Looking for the latest news, tools, tips & tricks, and more about markdown and friends? Follow along the Manuscripts News (@manuscriptsnews) channel on twitter for updates.


Contributions welcome. Anything missing? Send in a pull request. Thanks.

Table of Contents

<!-- Generated with [markedpp](#markedpp). Get [nodejs](https://nodejs.org) first 1. $ npm i -g markedpp 2. $ markedpp --github -o README.md README.md --> <!-- !toc (minlevel=2 omit="Table of Contents") --> <!-- toc! -->

Markdown

email-style writing for the web by John Gruber and Aaron Swartz

History / Genesis

<!-- - [**Talk**](https://pairlist6.pair.net/mailman/listinfo/markdown-discuss) - markdown-discuss mailing list no longer in use -->

Documentation

Markdown Syntax Extensions

MultiMarkdown (MMD)

Markdown Extra

Markdown Extended (MDE)

Manuscripts

Free book format for Markdown

Manuscripts (web: manuscripts.github.io, github: manuscripts) - adds book.yml for book (meta) info e.g. title, author, publisher, year etc. and contents.yml for table of contents and file structure

CommonMark

A strongly specified, highly compatible implementation of Markdown

CommonMark (web: commonmark.org)

GitHub Flavored Markdown (GFM)

CommonMark with GitHub Extensions

GitHub Flavored Markdown (GFM)

Extensions include:

Leaf Blocks: Tables ++ Container Blocks: Task list items ++ Inlines: Strikethrough; Autolinks; Disallowed Raw HTML

Vanilla Flavored Markdown (VFMD)

A variant of Markdown with an unambiguous specification of its syntax

Vanilla Flavored Markdown (VFMD) (web: vfmd.org, github: vfmd)

Differences include:

Intra-word emphasis; Simplified reference link/image syntax; Lists and the 4-space rule; Better automatic link detection; Double blank lines as end of blocks; Starting number in lists; Misnested constructs; Including raw HTML; Character encoding

Markdown Documentation

Markdown Cheatsheets / Quick References

Markdown Getting Started Guides / Tutorials

Markdown Building Blocks

Markdown Libraries & Tools

<a name="pandoc"></a>

Pandoc (web: pandoc.org, github: github.com/jgm/pandoc) - a universal document converter (in Haskell)

kramdown (web: kramdown.gettalong.org, github: gettalong/kramdown, gem: kramdown) - markdown library & command line tool (in Ruby)

Markdown Extended (MDE) (github: e-picas/markdown-extended

<a name="marked"></a>

marked (web: marked.js.org, github: marked :octocat:) a markdown parser and compiler. Built for speed. (In Javascript)

<a name="markdown-it"></a>

markdown-it (web: markdown-it.github.io, github: markdown-it :octocat:) Javascript markdown parser. 100% CommonMark support, extensions, syntax plugins & high speed. Is extensible with plugins.

concat-md (npm, github) CLI and API to concatenate markdown files and modify as necessary. Also adds titles from FrontMatter, file names and directory names, decreases level of existing titles to comply with added titles.

mdcode (github: mdcode) Markdown code block authoring tool. It enables testable code blocks, with two-way synchronization between code blocks and source files.

Babelmark

Markdown Style Guides / Best Practices

to be done

Markdown Lint / Style Rule Checker

Markdown Web Components / Custom Elements

Markdown to Website / Blog

Jekyll (web: jekyllrb.com, github: jekyll/jekyll :octocat:, gem: jekyll :gem:) - transform your plain text into static websites and blogs (in Ruby)

Middleman (web: middlemanapp.com, github: middleman/middleman :octocat:, gem: middleman :gem:) - makes developing websites simple (in Ruby)

Slate (github: lord/slate :octocat:) - beautiful API documentation, based on Middleman

Shins (github: Mermade/shins :octocat:, npm: shins) – beautiful API documentation, with node.js (port of Slate)

md-fileserver (github: md-fileserver :octocat:, npm: md-fileserver) – View markdown files locally in browser.

Compiiile (github: @compiiile/compiiile :octocat:, npm: @compiiile/compiiile) – Preview and serve folders containing Markdown files with full-text search and presentation slides.

Markdown to Email

Markdown Here (web: markdown-here.com, github: adam-p/markdown-here) - a browser extension for rendering email written in Markdown; available for Chrome, Firefox, Safari, Thunderbird, and more; besides email also works with Evernote, Google Groups, Blogger, and more

Markdown to Presentation / Slideshow

Slide Show (S9) (web: slideshow-s9.github.io, github: slideshow-s9/slideshow, gem: slideshow) - a free web alternative to PowerPoint and Keynote in Ruby

Slidev (github: slidev) - Slidev allows you to create slideshows from a markdown file. You can include HTML and Vue components in the markdown.

Markpress (github: markpress) - A command line tool and node package to convert markdown files into self-contained impressjs html presentations. Example

nodePPT (github: nodePPT) - A web presentation tool supporting markdown based on GFM.

Deckset (website: Deckset) – A macOS desktop app that renders Markdown presentations in beautifully designed templates.

GitPitch (website: GitPitch, github: gitpitch :octocat:) – Markdown Presentations For Everyone on GitHub, GitLab, Bitbucket, GitBucket, Gitea, and Gogs. Example

zoetic (github zoetic) - Markdown presentations with your webcam as your background while presenting

Markdown to Portable Document Format (PDF)

Markdown Styles / Documents / Pages

The Zen of Page Designs (github: pagedesigns)

Markdown to Books

The Zen of Book Designs (github: bookdesigns)

Hyper Book (H9) :octocat:, :gem:

Markdown to Table of Contents (TOC)

Markdown to Markdown Pre-Processor

<a name="markedpp"></a>

Convert to Markdown Tools

Microsoft Word to Markdown

Hypertext Markup Language (HTML) to Markdown

Ruby

JavaScript / Node.js

More

Source Code to Markdown

Generate API documentation from source code in Markdown, then host it on the web using one of the many Markdown to Website tools to host and serve it.

Technical Documentation to Markdown

Screencast to Markdown

JSON to Markdown

JavaScript / Node.js

Book Services

<!-- break -->

Articles

Meta

License

The awesome list is dedicated to the public domain. Use it as you please with no restrictions whatsoever.

Questions? Comments?

Send them along to the markdown-discuss mailing list. Thanks!