Questions tagged [kramdown]

kramdown (sic, not Kramdown or KramDown, just kramdown) is a free MIT-licensed Ruby library for parsing and converting a superset of Markdown. It is completely written in Ruby, supports standard Markdown (with some minor modifications) and various extensions that have been made popular by the PHP Markdown Extra package and Maruku.

kramdown (sic, not Kramdown or KramDown, just kramdown) is a free MIT-licensed Ruby library for parsing and converting a superset of Markdown. It is completely written in Ruby, supports standard Markdown (with some minor modifications) and various extensions that have been made popular by the PHP Markdown Extra package and Maruku.

More Details

202 questions
2
votes
2 answers

Jekyll converts tags to tags

We are converting an existing static site to Jekyll. We are using tags to show Font Awesome Icons, as below However, jekyll converts all these tags to tags as…
Rahul
  • 390
  • 4
  • 14
2
votes
1 answer

How to add GFM task lists in Jekyll?

GFM supports Task lists: https://github.com/blog/1375-task-lists-in-gfm-issues-pulls-comments how do I use this in Jekyll pages? In my site's _config.yml # Build settings markdown: kramdown kramdown: input: GFM hard_wrap: false This works for…
enator
  • 2,431
  • 2
  • 28
  • 46
2
votes
1 answer

Kramdown/Rouge doesn't highlight syntax?

I've been building a small personal site with Jekyll and Rouge isn't highlighting my syntax. Can anyone help explain why? _config.yml: title: My Name author: My Name url: "http://myname.com" baseurl: "" permalink: /projects/:title markdown:…
user5359735
2
votes
3 answers

Kramdown table of content doesn't display inside HTML block

I was following this question, but it doesn't seem to take effect for me. Any help would be greatly appreciated. _includes/layout.html