markdown.md
July 15, 2021 · View on GitHub
Bookmarks tagged [markdown]
www.codever.land/bookmarks/t/markdown
How to create html presentations with markdown files - 8min
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...
yoshuawuyts/vmd: preview markdown files
https://github.com/yoshuawuyts/vmd
Preview markdown files in a separate window. Markdown is formatted exactly the same as on GitHub.
- tags: tools, markdown
- :octocat: source code
thlorenz/doctoc: 📜
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.
- tags: markdown, git, docs
- :octocat: source code
CommonMark Home Page
A strongly defined, highly compatible specification of Markdown
- tags: markdown, documentation
- :octocat: source code
kramdown
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.
- tags: ruby, markdown
- :octocat: source code
Maruku
https://github.com/bhollis/maruku
A pure-Ruby Markdown-superset interpreter.
- tags: ruby, markdown
- :octocat: source code
Redcarpet
https://github.com/vmg/redcarpet
A fast, safe and extensible Markdown to (X)HTML parser.
- tags: ruby, markdown
- :octocat: source code
word-to-markdown
https://github.com/benbalter/word-to-markdown
Gem to convert Microsoft Word documents to Markdown.
- tags: ruby, markdown
- :octocat: source code
Mistune
https://github.com/lepture/mistune
Fastest and full featured pure Python parsers of Markdown.
- tags: python, text-parsing, markdown
- :octocat: source code
Python-Markdown
https://github.com/waylan/Python-Markdown
A Python implementation of John Gruber’s Markdown.
- tags: python, text-parsing, markdown
- :octocat: source code
Github emoji markup - generated from github emoji api
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.
- tags: github, markdown, emoji, icons
- :octocat: source code
awesome-markdown
https://github.com/BubuAnabelas/awesome-markdown#readme
:memo: Delightful Markdown stuff. Contribute to BubuAnabelas/awesome-markdown development by creating an account on GitHub.
- tags: awesome-list, markdown
- :octocat: source code
Pandoc home page
Pandoc is a Haskell library for converting from one markup format to another, and a command-line tool that uses this library.
- tags: pandoc, markdown, latex
- :octocat: source code
Marked.js Homepage
A markdown parser and compiler. Built for speed.
- tags: javascript, markdown
- :octocat: source code
How to insert and highlight code in Jekyll blog post on Codingpedia.org – CodingpediaOrg
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
Learn Markdown
https://www.gitbook.com/book/gitbookio/markdown/details
Sammy P., Aaron O. (PDF) (EPUB) (MOBI)
- tags: free-programming-books, markdown
献给写作者的 Markdown 新手指南
http://www.jianshu.com/p/q81RER
Markdown 语法说明
http://wowubuntu.com/markdown/
Markdown 简明教程
http://www.jianshu.com/p/7bd23251da0a
Markdown 快速入门
http://wowubuntu.com/markdown/basic.html
Living the Future of Technical Writing – Hacker Noon
https://hackernoon.com/living-the-future-of-technical-writing-2f368bd0a272
ProGit book author lists reasons, why he moved to asciidoc.
GitHub - showdownjs/showdown: A Markdown to HTML converter written in Javascript
https://github.com/showdownjs/showdown
A Markdown to HTML converter written in Javascript http://showdownjs.github.io/demo/
- tags: markdown, javascript
GitHub - chjj/marked: A markdown parser and compiler. Built for speed.
https://github.com/chjj/marked
A markdown parser and compiler. 12k+ stars
- tags: markdown, javascript
GitHub Pages now faster and simpler with Jekyll 3.0 · GitHub
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
- tags: markdown, github-pages
Mastering Markdown · GitHub Guides
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
Markdown Cheatsheet · adam-p/markdown-here Wiki · GitHub
https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet
Document intended as a quick reference and showcase.
- tags: markdown, cheatsheet