Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow up to 6 levels of headers in the table of content and optional ignoring of h1 headers #159

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Oct 24, 2024

  1. Allow up to 6 levels of headers in the table of content and optional …

    …ignoring of h1 headers
    
    Any number of levels is supported but since the official HTML
    supports only 6 levels (`h1` ... `h6`) an artifical limitation was added.
    
    This change affects two options: `toc_level` and `ordered_chapter_level`.
    Both can be set to a value between 0 and 6 (inclusive) where
    0 means the feature is disabled.
    
    If either of the options is set to a value greater than 6 then
    6 levels of headers are processed and a warning is emitted.
    
    This change also adds option `ignore_top_header` to exclude h1
    headers from the table of content and numbering.
    oliora committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    748a286 View commit details
    Browse the repository at this point in the history