Skip to content
This repository has been archived by the owner on May 27, 2021. It is now read-only.

v1.1.2 (2014/01/16)

Latest
Compare
Choose a tag to compare
@nghuuphuoc nghuuphuoc released this 16 Jan 03:30
  • Add shortcut definition for indexing format
$(element).toc({
    indexingFormats: {
        'h1': 'A',
        'h2': '1',
        'h3': 'a'
    }
});

$(element).toc({
    indexingFormats: 'A1a'
});