How to add permalinks to tree nodes in Markdown nav file (mkdocs.yml)?
问题 The mkdocs.yml nav file I am working with includes a hierarchical tree of a manuals website with several categories and subcategories the content articles fall into; the tree is absolutely virtual and not based on a folder structure/website path. I am looking for a way to generate permalinks for each of the tree's nodes (categories). If that is impossible with Markdown or its extensions than perhaps html/css elements could be used. I am very new to Markdown and mkdocs; I googled thoroughly to