One
This is chapter 1.
/** * @param topElement optional, the HTML element to create structure for, * defaults to document body. * @param headingTags optional, the CSS selector to use for search of structuring elements, * defaults to a guess-algorithm. * @param tocContainer optional, the container where to insert the created TOC, * defaults to below a singlular H1, or on top of topElement. * @param treeIndentInEm optional, for nested elements, the amount of tree-indentation in em, * for TOC defaults to HTML-UL default, for tree-folding defaults to zero. * @param doTocNumbering optional, chapter numbers are prepended to TOC when true, * defaults to true. * @param doHeadingNumbering optional, chapter numbers are prepended to headings when true, * defaults to true. * @param chapterNumberSeparator optional, separator for chapter numbers, * defaults to ".". * @param doTrailingSeparator optional, when true chapter numbers will be * "1.2." instead of "1.2", defaults to false. * @param initiallyFolded optional, whether chapters should be initially collapsed, * defaults to false. */
ɔ⃝ Fritz Ritzberger, 2015-04-11