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