Please test your changes with
docker run --rm -it -p 8000:8000 -v .:/docs squidfunk/mkdocs-materialthen open your browser to http://localhost:8000.
Alternatively, run ./start.sh which does all of the above.
- https://htmlmarkdown.com
- https://appdevtools.com/html-entity-encoder-decoder
- https://jsonformatter.org/json-pretty-print
...and a lot of manual work. :)
docker run --rm -v "$(pwd):/app" -w /app python:3.12-slim sh -c "pip install --upgrade pip && pip install pip-upgrader && python3 -m pip install --upgrade setuptools && pip-upgrade --skip-virtualenv-check -p all"