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

Refactor as last post-processor #3

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Mar 23, 2020

  1. Refactor to Postprocessor

    Other processors/extensions may generate headings, that might need to be
    downgraded. A prime example is the built-in raw HTML processing, that
    removes inline HTML processes the actual markdown, and then -- in a
    preprocessor -- puts the removed raw HTML back.
    
    To avoid this, the header downgrade logic has been moved to a
    postprocessor with a low priority (5) to make sure it's the last thing
    running.
    fancsali committed Mar 23, 2020
    Configuration menu
    Copy the full SHA
    671f59d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d22847e View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2020

  1. Selective disable for one heading

    Enable the user to add 'headdown="0"' to the tag, and make the
    extension skip this heading.
    fancsali committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    bd21cbc View commit details
    Browse the repository at this point in the history