kramdown (sic, not Kramdown or KramDown, just kramdown) is a free MIT-licensed Ruby library for parsing and converting a superset of Markdown.
I have tried the following syntax to make a Markdown list item on a GitHub page of mine a hyperlink: 1. […
markdown jekyll github-pages kramdownIn Markdown, you add an image as ![myimg](link) Now, I can easily change the size and placement of said …
image markdown kramdownI'm using kramdown with Jekyll on GitHub Pages. I have a piece of markdown that I want to use twice, …
markdown jekyll github-pages static-site kramdownI'm trying to use Kramdown's auto "Table of Contents" generator on a page (not a post) on my Jekyll site. _…
jekyll kramdownPer the Kramdown docs, setting the option parse_block_html should allow for processing of markdown (Kramdown) syntax inside html …
markdown jekyll kramdown