Closed PeterTheOne closed 4 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
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.)
Fix coming in #258.
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.)