danielfrg / mkdocs-jupyter

Use Jupyter Notebook in mkdocs
https://mkdocs-jupyter.danielfrg.com
Apache License 2.0
385 stars 47 forks source link

Table of content case sensitive #140

Closed giswqs closed 1 year ago

giswqs commented 1 year ago

I am not sure if this a mkdocs-jupyter issue or a general mkdocs or mkdocs-material issue. Some recent updates break the Table of Content. The hyperlinks for the Table of Contents are all lower case. Clicking on any item of the TOC does not navigate to the section.

Working https://leafmap.org/workshops/SIGSPATIAL_2021/#Use-Google-Colab

Not working https://leafmap.org/workshops/SIGSPATIAL_2021/#use-google-colab

mkdocs.yml https://github.com/giswqs/leafmap/blob/master/mkdocs.yml

image

danielfrg commented 1 year ago

I think this was fixed on https://github.com/danielfrg/mkdocs-jupyter/pull/139

giswqs commented 1 year ago

Great. Looking forward to the new release.

danielfrg commented 1 year ago

Fix is on PyPI now.