Top "Kramdown" questions

kramdown (sic, not Kramdown or KramDown, just kramdown) is a free MIT-licensed Ruby library for parsing and converting a superset of Markdown.

How do I put a hyperlink inside a list in Markdown on GitHub Pages?

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 kramdown
Jekyll & KramDown - How to Display Table Border

I am using Jekyll default kramdown. I have a table showed using surround text, etc. | Tables | Are | Cool | | ------------- |:-------------:| …

html css markdown jekyll kramdown
Escaping double curly braces inside a markdown code block in Jekyll

I'm using Jekyll to create a documentation site wherein I am trying to document some code that contains handlebars-like syntax. …

markdown jekyll liquid kramdown
Github Markdown - rendering code blocks with XML & HTML - kramdown vs redcarpet

I'm running into some unusual errors in my git site. NOTE: I am using Kramdown + highlight.js to highlight code. …

github markdown jekyll redcarpet kramdown
Adding space between text and image in Markdown

In Markdown, you add an image as ![myimg](link) Now, I can easily change the size and placement of said …

image markdown kramdown
Jekyll on GitHub Pages: include markdown in another markdown file

I'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 kramdown
Table of contents using Jekyll and Kramdown

I'm trying to use Kramdown's auto "Table of Contents" generator on a page (not a post) on my Jekyll site. _…

jekyll kramdown
Jekyll: How to get markdown parsing inside blocks using Kramdown?

Per the Kramdown docs, setting the option parse_block_html should allow for processing of markdown (Kramdown) syntax inside html …

markdown jekyll kramdown