samvincent / jekyll-haml

HAML html converter for Jekyll
MIT License
88 stars 40 forks source link

:markdown filter awareness of redcarpet #5

Closed g10 closed 11 years ago

g10 commented 11 years ago

When setting the markdown: redcarpet option in _config.yml, it would be nice & desirable that this module would also be aware of this option, and switch the HAML markdown renderer to use redcarpet.

The current solution involves adding an extra plugin manually.

(feature request)

samvincent commented 11 years ago

This project's aim is to help integrate HAML with Jekyll. It would be more appropriate to request this feature from the HAML team.

For your Jekyll needs, you might have some success putting that filter override file in the _plugins directory of your Jekyll project.