Redcarpet is a Ruby library for Markdown processing
It seems like syntax highlighting in Jekyll is limited to using liquid tags and pygments like so: {% highlight bash %} cd ~ {% …
syntax-highlighting markdown jekyll redcarpetAs of maruku engine (the default), writing table like surround text, etc. | Tables | Are | Cool | | ------------- |:-------------:| -----:| | col 3 is | …
jekyll github-pages redcarpetI'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