1

I've installed jekyll and would like to use redcarpet. My jekyll does not come with this ability from the basic install - so I've tried to install it as a plugin: https://github.com/nono/Jekyll-plugins

It's still not working. Does anyone know how to get this working?

Jeremy Iglehart
  • 4,281
  • 5
  • 25
  • 38

1 Answers1

4

Solution: That plugin is not required - and jekyll 0.12.0 (current as of this posting) supports redcarpet 2.whatever natively just by saying markdown: redcarpet in the _config.yml file. Just get a new version of jekyll and the latest redcarpet and you're fine.

Jeremy Iglehart
  • 4,281
  • 5
  • 25
  • 38