Top "Redcarpet" questions

Redcarpet is a Ruby library for Markdown processing

Syntax highlighting markdown code blocks in Jekyll (without using liquid tags)

It seems like syntax highlighting in Jekyll is limited to using liquid tags and pygments like so: {% highlight bash %} cd ~ {% …

syntax-highlighting markdown jekyll redcarpet
Markdown Line Breaks in Code Blocks

Using Redcarpet, when I include something like the following in my markdown, it does not respect any line breaks or …

ruby haml markdown redcarpet
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
Table not render when use Redcarpet in Jekyll GitHub Pages?

As of maruku engine (the default), writing table like surround text, etc. | Tables | Are | Cool | | ------------- |:-------------:| -----:| | col 3 is | …

jekyll github-pages redcarpet
How to render table with Redcarpet and Markdown

I'm trying to render a table like this with Redcarpet | header 1 | header 2 | | -------- | -------- | | cell 1 | cell 2 | | cell 3 | cell 4 | but it's …

markdown redcarpet