Skip to content

How to disable converting non-english header links to numbers? #4682

Answered by squidfunk
lua-rocks asked this question in Q&A
Discussion options

You must be logged in to vote

For non-ASCII languages, it's a good idea to use a Unicode-aware slugify function:

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

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@pyheight
Comment options

Answer selected by lua-rocks
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