New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Respect pygments config option in Redcarpet renderer. #1053
Conversation
@mattr- All tests are now passing on my machine. What do you think of this? The |
👍 |
😓 phew, the travis failure is just that weird cucumber stack trace thing. i'll run it again locally just to make sure it works, then i'll merge. |
Passed. Merging and I'll throw up 1.0.1. |
Respect pygments config option in Redcarpet renderer.
@parkr Nice work. Thanks! |
include WithoutPygments | ||
end | ||
end | ||
rescue LoadErro |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
typo?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yep, good catch :)
An alternative to #1038.