Docter
Docter copied to clipboard
Get that restaurant github flavor at home in your editor.
Thanks for this, it's awesome! Any chance of supporting something like [GFM's task lists](https://github.com/blog/1375-task-lists-in-gfm-issues-pulls-comments)?
Hi, I use "https://github.com/suan/vim-instant-markdown". I have for exemple a "## Géolocalisation" title. If I change this line https://github.com/alampros/Docter/blob/master/bin/github-flavored-markdown.rb#L62 with: "title_elements = REXML::Document.new(title.downcase.gsub(/[^a-z\s]/, '').gsub(/\W+/, "-"))", it works ; if not it...
Anything encompassed in \[ \] or \( \) should have been rendered by MathJax; however I've met problems where ^ is not passed to MathJax properly and I have to...
Try this out - compare the resulting HTML output generated from Docter and github.com with the following: ``` abc ``` The underlines show up in Docter's but not in github's.