mkdocs 优化 TOC 支持中文锚点 markdown_extensions: - toc: permalink: true slugify: !!python/object/apply:pymdownx.slugs.slugify kwds: case: lower percent_encode: true toc.follow not work with Chinese characters magiclink URL 自定变成超链接 markdown_extensions: - pymdownx.magiclink automatic hyperlink from url Links How to reorder pages without specifying the 'nav' attribute? #3482