This repository has been archived by the owner on May 27, 2021. It is now read-only.
- Add shortcut definition for indexing format
$(element).toc({
indexingFormats: {
'h1': 'A',
'h2': '1',
'h3': 'a'
}
});
$(element).toc({
indexingFormats: 'A1a'
});