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

Add an option to disable markdown elements #660

Closed
wants to merge 7 commits into from
Closed

Add an option to disable markdown elements #660

wants to merge 7 commits into from

Commits on Sep 9, 2015

  1. Add an option to disable markdown elements

    A simple change that let you disable any markdown element
    Guichaguri committed Sep 9, 2015
    Configuration menu
    Copy the full SHA
    a7285fc View commit details
    Browse the repository at this point in the history
  2. Make it less hacky

    Guichaguri committed Sep 9, 2015
    Configuration menu
    Copy the full SHA
    87df6f3 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2015

  1. bugfix / checks for disabledElements in inlineLexer

    Previously the script only checked for the disabledElements option in
    the Lexer. Now it checks for it in the Lexer and the inlineLexer.
    szego committed Oct 13, 2015
    Configuration menu
    Copy the full SHA
    d13a57b View commit details
    Browse the repository at this point in the history
  2. bugfix / checks for disabledElements in Renderer

    The script now checks for disabledElements in the Render and disables
    the appropriate functions.
    szego committed Oct 13, 2015
    Configuration menu
    Copy the full SHA
    bd17c85 View commit details
    Browse the repository at this point in the history
  3. Revert "bugfix / checks for disabledElements in Renderer"

    This reverts commit bd17c85.
    szego committed Oct 13, 2015
    Configuration menu
    Copy the full SHA
    a3fe3b9 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2015

  1. Merge pull request #1 from szego/disable-elements

    Disable elements in InlineLexer as well
    Guichaguri committed Dec 1, 2015
    Configuration menu
    Copy the full SHA
    f62674c View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2017

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