-
-
Notifications
You must be signed in to change notification settings - Fork 260
Open
Labels
enhancementNew feature or requestNew feature or request
Description
In #345 I showed how I added "Chapter X" before the actual headings, however now I would like to exclude them from the ToC, but I want to include a decorative heading (i.e. the acknowledgements heading, which should not be part of the actual numbering).
.doctype {paged}
.doclang {english}
.noautopagebreak
.css
h1 {
--qd-heading-label-suffix: "any string" --important;
}
#! Acknowledgments
.tableofcontents includeunnumbered:{yes}
#! Chapter 1
# Introduction
What about a .heading function, which accepts more parameters than can be expressed in the # form?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request