Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

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.

gitbook-plugin-tocstyles

License: MIT

http://clkao.mit-license.org/