Skip to content

Configuration option to add more markdown extensions #1957

@sebix

Description

@sebix

In our setup, we'd like to enable the pymdownx.magiclink extension.

As that is likely not desired by default on all Moin instances and also violates the markdown specification, adding it to

extensions=[ExtraExtension(), CodeHiliteExtension(guess_lang=False), "mdx_wikilink_plus", "admonition"],
isn't doable.

What do you think about adding a configuration option (wikiconfig.py) to allow extending the markdown extensions per installation?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions