You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
48 lines
866 B
48 lines
866 B
////
|
|
Included in:
|
|
|
|
- user-manual: sections
|
|
////
|
|
|
|
.Section attributes and values
|
|
[cols="1m,1,2m,2"]
|
|
|===
|
|
|Attribute |Value(s) |Example Syntax |Comments
|
|
|
|
|sectids
|
|
|n/a
|
|
|`:sectids!:`
|
|
|Set to auto-generate section IDs by default.
|
|
|
|
|idprefix
|
|
|`_`, or user defined text
|
|
|`:idprefix: id_`
|
|
|Set to prepend string to generated section ID.
|
|
|
|
|idseparator
|
|
|`_`, or user defined character
|
|
|`:idseparator: -`
|
|
|Set to insert character between words in generated section ID.
|
|
|
|
|sectanchors
|
|
|n/a
|
|
|`:sectanchors:`
|
|
|Asciidoctor only
|
|
|
|
|sectlinks
|
|
|n/a
|
|
|`:sectlinks:`
|
|
|Asciidoctor only
|
|
|
|
|sectnums
|
|
|n/a
|
|
|`:sectnums:`
|
|
|Section numbering is off by default.
|
|
Can be toggled on or off in the flow of the document.
|
|
|
|
|sectnumlevels
|
|
|0-5
|
|
|`:sectnumlevels: 3`
|
|
|Set to autogenerate section numbers up to level three by default.
|
|
Setting a value of `0` has the same effect as setting `sectnums!`.
|
|
|===
|
|
|