jekyll-table-of-contents icon indicating copy to clipboard operation
jekyll-table-of-contents copied to clipboard

Changing the settings have no effect

Open mary-thoughtspot opened this issue 7 years ago • 0 comments

      noBackToTopLinks: false,
      title: '',
      minimumHeaders: 1,
      headers: 'h1, h2', // original h1, h2, h3, h4
      listType: 'ol', // values: [ol|ul]
      showEffect: 'show', // values: [show|slideDown|fadeIn|none]
      showSpeed: 'slow' // set to 0 to deactivate effect

I have set this in my toc.js source but it is having no effect when I recompile my project. I've tried switching minimumHeaders and headers but none of it has an effect. Any ideas?

mary-thoughtspot avatar Aug 25 '17 18:08 mary-thoughtspot