Skip to content

NameError: name 'pymdownx' is not defined in solara.Markdown #617

@egormkn

Description

@egormkn

Hi!

solara.Markdown throws a NameError when pymdownx is not installed. There is a has_pymdownx flag that shows if the extensions library is installed, but it is not used in extension configuration:

"format": pymdownx.superfences.fence_div_format,

It can be fixed by installing the extensions manually:

pip install pymdown-extensions

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