Skip to content

Latest commit

 

History

History
56 lines (34 loc) · 2.58 KB

resources.md

File metadata and controls

56 lines (34 loc) · 2.58 KB
layout title
page
Resources

Tools

  • Todo

Editors

  • Dillinger Dillinger is an online cloud-enabled, HTML5, buzzword-filled Markdown editor.

  • StackEdit is a full-featured, open-source Markdown editor based on PageDown, the Markdown library used by Stack Overflow and the other Stack Exchange sites.

  • MarkdownPad Markdown editor for Windows.

  • Markdown, Please! is a service that instantly converts websites into Markdown.

  • CommonMark.org has a great interactive tutorial on Markdown.

  • Code segments could be rendered by specifying language name. For example, using Pygments you could use the short names after the three ticks to render the code in that language syntax. You may look at a list of lexers to find the short names.

  • markdownr is a very simple website to try markdown. markdownr uses the Ruby library redcarpet. As mentioned on the site "Just type some markdown on the left and see it on the right. Simple as that."

Articles

Parsers

Markdown Parsers help you parse the Markdown files and render the output in a browser friendly format (HTML).

Markdown Parsers are available in various programming languages: