Skip to content

Cannot get mkdocs to recognize the caseinsensitive plugin #3712

Answered by ASRFS
ASRFS asked this question in Q&A
Discussion options

You must be logged in to vote

@kamilkrzyskow , thank you for looking into caseinsensitiveplugin; that got the site to build but it did some odd things with links (changed [PageTitle](relative link) to just the absolute link as plain text in the file). But it builds!

@pawamoy, thank you as well. The links and hints were enough to get things working. For posterity, the mkdocs.yml that builds contains:

markdown_extensions:
  - toc:
      slugify: !!python/object/apply:pymdownx.slugs.slugify {kwds: {case: lower}}

I found the syntax on https://facelessuser.github.io/pymdown-extensions/faq/#function-references-in-yaml, which was linked from your suggested page of https://squidfunk.github.io/mkdocs-material/setup/extensions…

Replies: 2 comments 4 replies

Comment options

pawamoy
May 22, 2024
Maintainer Sponsor

You must be logged in to vote
4 replies
@kamilkrzyskow
Comment options

@pawamoy
Comment options

pawamoy May 22, 2024
Maintainer Sponsor

@kamilkrzyskow
Comment options

@kamilkrzyskow
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by ASRFS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #3711 on May 22, 2024 13:01.