toc: maxdepth: 3 class: toc slugify: transliteration decodeEntities: false anchor: position: after symbol: '#' style: header-anchor maxdepth: Use headings whose depth is at most maxdepth. class: The CSS Class for the toc. (Default is false) slugify: Choose which slugify function you want to use. Currently support uslug (Default) and transliteration. decodeEntities: Select whether to enable decode entities. ( Default is false and please see #15). anchor: Whether should have an anchor for each headings. (Default is false) position: Where should the anchor be, before the title, or after the title. (Default is after); symbol: Which symbol you want the anchor be. (Default is #); style: The CSS class for the anchor, (Default is header-anchor);
toc: enable: true # Automatically add list number to toc.自动将列表编号添加到目录。一般在文章中就编号了 number: false # If true, all words will placed on next lines if header width longer then sidebar width. #如果为true,则如果标题宽度大于侧边栏宽度,则所有单词将放在下一行。 wrap: false