Interface ParseSafeMdastOptions

interface ParseSafeMdastOptions {
    sectionIds?: boolean;
}

Properties

Properties

sectionIds?: boolean

false ⇒ headings use plain text-slug ids (the R3-186 base; no sec-… section ids, no data-slug) — the sectionIds:false frontmatter opt-out, matching the compiled path. Default (undefined/true) ⇒ section-like headings get sec-… ids (R3-211).