poole / hyde

A brazen two-column theme for Jekyll.
http://hyde.getpoole.com
Other
3.67k stars 3.96k forks source link

switch from redcarpet to kramdown #248

Closed PeterTheOne closed 4 years ago

PeterTheOne commented 5 years ago

to support Jekyll 4.0.0. RedCarpet was dropped, see: https://jekyllrb.com/news/

The error you would otherwise get is: Markdown processor: "redcarpet" is not a valid Markdown processor. Available processors are: kramdown

I didn't check if the markdown needs changes.. (Also Pygments was also dropped, but I didn't change anything for that.)

mdo commented 4 years ago

Fix coming in #258.