# Markdown Tools and Apps

* [Markdown Table Generator](https://www.tablesgenerator.com/markdown_tables)

## Online Markdown Editor

* [Pandoc](https://pandoc.org/try/)
* [Markdown Live Preview](https://markdownlivepreview.com/)
* [Dilinger](https://dillinger.io/)
* [Stackedit](https://stackedit.io/)
* [TMPVar](https://tmpvar.com/markdown.html)
* [Markdown-it demo](https://markdown-it.github.io/)
* [Markdown Here](https://markdown-here.com/livedemo.html)
* [Dingus](https://daringfireball.net/projects/markdown/dingus)
* [JBT Markdown Editor](https://jbt.github.io/markdown-editor/)
* [Write Box](https://write-box.appspot.com/)
* [Editor MD](https://pandao.github.io/editor.md/en.html)
* [Upmath](https://upmath.me/)
* [Pioul FR](https://markdown.pioul.fr)
* [Codi MD](https://demo.codimd.org/)
* [Marxico](https://marxi.co/)
* [Markdown Site](https://markdown.site/)
* [Write Me](https://writeme.mattstow.com/)
* [SHLHCK](https://slhck.info/markdown/)

## to Markdown Converter

* [HTML to Markdown](https://cloudconvert.com/html-to-md)
* [Word to Markdown](https://word2md.com/)
* [Paste to Markdown](https://euangoddard.github.io/clipboard2markdown/)

## Markdown Linter

* [Markdown Lint](https://dlaa.me/markdownlint/)

## Markdown References

* [Markdown Guide](https://www.markdownguide.org/), [Github](https://github.com/mattcone/markdown-guide)
* [Common Mark](https://commonmark.org/), [Latest Specification](https://spec.commonmark.org/)
* [List Common Mark Implementation](https://github.com/commonmark/commonmark-spec/wiki/List-of-CommonMark-Implementations)
* [List Commonmark Application](https://github.com/commonmark/commonmark-spec/wiki/Applications-supporting-CommonMark)
* [Deployed Extensions](https://github.com/commonmark/commonmark-spec/wiki/Deployed-Extensions) Not yet in Commonmark but available in other flavors. Some of it still in [discussion](https://github.com/commonmark/commonmark-spec/wiki/Proposed-Extensions) and this [discussion](https://github.com/commonmark/commonmark-spec/wiki/Proposed-Extensions-to-CommonMark)
* [Gitlab Markdown](https://about.gitlab.com/handbook/markdown-guide/)
* [Github Flavored Markdown](https://github.github.com/gfm/)
* [Markdown Extra](https://michelf.ca/projects/php-markdown/extra/)
* [MD Tutorial](https://agea.github.io/tutorial.md/)
* [List Markdown Flavors](https://github.com/commonmark/commonmark-spec/wiki/Markdown-Flavors)
* [Arctic Studio](https://arcticicestudio.github.io/styleguide-markdown/)

## Markdown Parsing Comparisons

* [Babelmark](https://johnmacfarlane.net/babelmark2/) for Markdown Guide Comparison, [FAQ](https://johnmacfarlane.net/babelmark2/faq.html)
* [Babelmark 3](https://babelmark.github.io/)

## Markdown Style Guide

* [Markdown Style Guide](https://cirosantilli.com/markdown-style-guide/) [Github](https://github.com/cirosantilli/cirosantilli.github.io/blob/dev/markdown-style-guide.md)
* [Google Style Guide](https://github.com/google/styleguide/blob/3591b2e540cbcb07423e02d20eee482165776603/docguide/style.md)

## List Markdown Parser

* [CSS Tricks](https://css-tricks.com/choosing-right-markdown-parser/)
* [Markdown Github](https://github.com/markdown/markdown.github.com/wiki/Implementations)
* [Parser Comparison](https://gist.github.com/vimtaai/99f8c89e7d3d02a362117284684baa0f)
* [Markup comparison](https://hyperpolyglot.org/lightweight-markup)
* [Markdown Flavors](https://github.com/commonmark/commonmark-spec/wiki/Markdown-Flavors)
* [Pandoc](https://www.pandoc.org/MANUAL.html#pandocs-markdown)
* [Original Markdown](https://daringfireball.net/projects/markdown/syntax)
* [PHP Markdown Extra](https://michelf.ca/projects/php-markdown/extra/)
* [Kramdown](https://kramdown.gettalong.org/quickref.html)
* [Github Flavored MD](https://docs.github.com/en/github/writing-on-github)
* [Gitlab Flavored MD](https://docs.gitlab.com/ce/user/markdown.html)
* [Markdown-it](https://github.com/markdown-it/markdown-it#syntax-extensions)
* \[Showdown]\(<https://github.com/showdownjs/showdown/wiki/Showdown's-Markdown-syntax>)
* [Marked](https://marked.js.org/#/README.md#specifications)
* [MultiMarkdown](https://fletcherpenney.net/multimarkdown/features/)
* [Maruku Markdown](https://github.com/bhollis/maruku/blob/master/docs/markdown_syntax.md) [Maruku](https://golem.ph.utexas.edu/~distler/maruku/)

## Discussion

* [Criticism for markdown](https://www.ericholscher.com/blog/2016/mar/15/dont-use-markdown-for-technical-docs/)
* [Why we need other markup lang](https://dev.to/practicalprogramming/we-need-a-new-document-markup-language---here-is-why-5d4c)

## Alternative to Markdown (another Markup Languages)

List at [wiki](https://www.wikiwand.com/en/Lightweight_markup_language)

* .markdown, .mdown, .mkdn, .md
* .textile [Redcloth](https://github.com/jgarber/redcloth)
* .rdoc
* .org
* .creole [Creole](https://github.com/larsch/creole)
* .mediawiki, .wiki
* .rst
* .asciidoc, .adoc, .asc [asciidoctor](https://asciidoctor.org) [guide](https://asciidoctor.org/docs/asciidoc-writers-guide/) or this [guide](https://asciidoctor.org/docs/asciidoc-syntax-quick-reference/)
* .pod

## Comparison

* [Asciidoc vs Markdown](https://mister-gold.pro/posts/en/asciidoc-vs-markdown/)

## Markdown Editor

* [Mindforger](https://github.com/dvorka/mindforger/releases)
* Ghostwriter
* [Stackedit](https://stackedit.io)
* [Editor.md](https://pandao.github.io/editor.md/en.html)

## Markdown Tools

* Paste as Markdown: [clipboard2markdown](https://euangoddard.github.io/clipboard2markdown/)
* Paste as Markdown: [Puppypaste](https://puppypaste.com/)
* [Markdown Editor for Web](https://markdown-here.com/)
