Skip to content

Latest commit

 

History

History
176 lines (147 loc) · 9.91 KB

markdown.md

File metadata and controls

176 lines (147 loc) · 9.91 KB

Bookmarks tagged [markdown]

https://www.youtube.com/watch?v=iZl7R6ntOGc

In this video I go over how to clone the reveal.js github repository and alter the demo's html file to read content from a markdown file. We then use a node.js express server to serve the markdown fil...


https://github.com/yoshuawuyts/vmd

Preview markdown files in a separate window. Markdown is formatted exactly the same as on GitHub.


https://github.com/thlorenz/doctoc

Generates table of contents for markdown files inside local git repository. Links are compatible with anchors generated by github or other sites via a command line flag.


https://commonmark.org/

A strongly defined, highly compatible specification of Markdown


https://github.com/gettalong/kramdown

Kramdown is yet-another-markdown-parser but fast, pure Ruby, using a strict syntax definition and supporting several common extensions.


https://github.com/bhollis/maruku

A pure-Ruby Markdown-superset interpreter.


https://github.com/vmg/redcarpet

A fast, safe and extensible Markdown to (X)HTML parser.


https://github.com/benbalter/word-to-markdown

Gem to convert Microsoft Word documents to Markdown.


https://github.com/lepture/mistune

Fastest and full featured pure Python parsers of Markdown.


https://github.com/waylan/Python-Markdown

A Python implementation of John Gruber’s Markdown.


https://github.com/ikatyang/emoji-cheat-sheet/blob/master/README.md

This cheat sheet is automatically generated from GitHub Emoji API and Unicode Full Emoji List.


https://github.com/BubuAnabelas/awesome-markdown#readme

📝 Delightful Markdown stuff. Contribute to BubuAnabelas/awesome-markdown development by creating an account on GitHub.


https://pandoc.org/

Pandoc is a Haskell library for converting from one markup format to another, and a command-line tool that uses this library.


https://marked.js.org/

A markdown parser and compiler. Built for speed.


http://www.codingpedia.org/ama/how-to-insert-and-highlight-code-in-jekyll-blog-post-on-codingpedia-o...

Demo post displaying the various ways of inserting and highlighting code in Markdown, when posting on Codingpedia.org


https://www.gitbook.com/book/gitbookio/markdown/details

Sammy P., Aaron O. (PDF) (EPUB) (MOBI)


http://www.jianshu.com/p/q81RER


http://wowubuntu.com/markdown/


http://www.jianshu.com/p/7bd23251da0a


http://wowubuntu.com/markdown/basic.html


https://hackernoon.com/living-the-future-of-technical-writing-2f368bd0a272

ProGit book author lists reasons, why he moved to asciidoc.


https://github.com/showdownjs/showdown

A Markdown to HTML converter written in Javascript http://showdownjs.github.io/demo/


https://github.com/chjj/marked

A markdown parser and compiler. 12k+ stars


https://github.com/blog/2100-github-pages-now-faster-and-simpler-with-jekyll-3-0

Describes enhancements on GitHub Pages that come with the update to Jekyll 3.0


https://guides.github.com/features/mastering-markdown/

Markdown is a lightweight and easy-to-use syntax for styling all forms of writing on the GitHub platform.

What you will learn:

  • How the Markdown format makes styled collaborative editing easy *...
  • tags: markdown

https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet

Document intended as a quick reference and showcase.