-
Notifications
You must be signed in to change notification settings - Fork 730
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
More generic "extensions" parameter for Markdown #406
Closed
Closed
Commits on Dec 3, 2013
-
Configuration menu - View commit details
-
Copy full SHA for 4526a21 - Browse repository at this point
Copy the full SHA 4526a21View commit details
Commits on Jan 18, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 6749470 - Browse repository at this point
Copy the full SHA 6749470View commit details
Commits on Mar 12, 2014
-
Configuration menu - View commit details
-
Copy full SHA for d14c574 - Browse repository at this point
Copy the full SHA d14c574View commit details
Commits on Sep 16, 2014
-
Configuration menu - View commit details
-
Copy full SHA for ee5d96a - Browse repository at this point
Copy the full SHA ee5d96aView commit details
Commits on Dec 4, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 5995bf3 - Browse repository at this point
Copy the full SHA 5995bf3View commit details
Commits on Dec 18, 2014
-
Configuration menu - View commit details
-
Copy full SHA for f520576 - Browse repository at this point
Copy the full SHA f520576View commit details
Commits on Jan 7, 2015
-
Configuration menu - View commit details
-
Copy full SHA for cabe16c - Browse repository at this point
Copy the full SHA cabe16cView commit details
Commits on Mar 26, 2015
-
More generic "extensions" parameter for Markdown
In the current state, users can only provide a comma-separated list of extension paths. This prevents the users from givin extension-specific settings such as `TocExtension(marker="--TOC--", permalink=True)` In this patch we only do the splitting if the extension parameter is a string (using `six.string_types` of course) so the caller can use a list of Extension instances instead.
Configuration menu - View commit details
-
Copy full SHA for 914aa8f - Browse repository at this point
Copy the full SHA 914aa8fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 66eb739 - Browse repository at this point
Copy the full SHA 66eb739View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.