gitbook-plugin-tocstyles
v0.0.1
Published
GitBook plugin for custom toc styles
Downloads
5
Readme
GitBook Plugin for Customized Table of Contents Headings
Install it using: $ npm install gitbook-plugin-tocstyles
Be sure too activate the option from the book.json
file :
{
"plugins" : ["tocstyles"]
,"pluginsConfig":
{
"tocstyles" : [ "", "cjk-ideographic", "decimal-leading-zero" ]
}
}
The tocstyles
array in pluginsConfig
defines CSS list-style-type properties for each level of the TOC hierarchy.
License: MIT
http://clkao.mit-license.org/