backstage / mkdocs-techdocs-core

The core MkDocs plugin used by Backstage's TechDocs as a wrapper around multiple MkDocs plugins and Python Markdown extensions
Apache License 2.0
83 stars 61 forks source link

Extensions not being applied #104

Closed omartheironman closed 10 months ago

omartheironman commented 1 year ago

Im trying to add progress bar to my mkdocs (following this documentation https://facelessuser.github.io/pymdown-extensions/extensions/progressbar/)

Added attr_list, md_in_html and. pymdownx.progressbar extensions in the src/core.py

config["markdown_extensions"].append("pymdownx.progressbar")
config["markdown_extensions"].append("attr_list")
config["markdown_extensions"].append("md_in_html")

I also installed it using

pip install --editable .

and I used techdoc-cli to generate --no-docker but I dont see progress bar

github-actions[bot] commented 10 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.