Skip to content
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

Markdown.extensions: Added STRIKETHROUGH, enhanced configuration of markdown.extensions: ALL,-HARDWRAPS #171

Merged
merged 2 commits into from
Feb 9, 2015

Conversation

uli-heller
Copy link
Contributor

This change enhances the configuration of the markdown.extensions.
So far, you could just specify all the active extensions. With this
change, you can specify unwanted extensions as well.

For example:

markdown.extensions=ALL,-HARDWRAPS

activates all extensions with exception of the HARDWRAP extension

This change enhances the configuration of the markdown.extensions.
So far, you could just specify all the active extensions. With this
change, you can specify unwanted extensions as well.

For example:
  markdown.extensions=ALL,-HARDWRAPS
activates all extensions with exception of the HARDWRAP extension
@coveralls
Copy link

Coverage Status

Coverage increased (+0.13%) to 64.04% when pulling d67219e on uli-heller:markdown.extensions into 20b9ab0 on jbake-org:master.

@jonbullock
Copy link
Member

Thanks for the contribution.

@jonbullock jonbullock added this to the v2.4.0 milestone Feb 9, 2015
@jonbullock jonbullock self-assigned this Feb 9, 2015
jonbullock added a commit that referenced this pull request Feb 9, 2015
Markdown.extensions: Added STRIKETHROUGH, enhanced configuration of markdown.extensions: ALL,-HARDWRAPS
@jonbullock jonbullock merged commit 31adbaf into jbake-org:master Feb 9, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants