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

More generic "extensions" parameter for Markdown #406

Closed
wants to merge 9 commits into from

Commits on Dec 3, 2013

  1. Configuration menu
    Copy the full SHA
    4526a21 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2014

  1. Configuration menu
    Copy the full SHA
    6749470 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2014

  1. Configuration menu
    Copy the full SHA
    d14c574 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2014

  1. Configuration menu
    Copy the full SHA
    ee5d96a View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2014

  1. Configuration menu
    Copy the full SHA
    5995bf3 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2014

  1. Configuration menu
    Copy the full SHA
    f520576 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2015

  1. Configuration menu
    Copy the full SHA
    cabe16c View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2015

  1. 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.
    zopieux committed Mar 26, 2015
    Configuration menu
    Copy the full SHA
    914aa8f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    66eb739 View commit details
    Browse the repository at this point in the history