Table Captions
A caption line can be placed immediately before or after the table.
The syntax is [Caption text] or [Caption text][label].
Caption before the table
When placed before the table, the caption renders at the top.
Caption after the table
When placed after the table, the caption renders at the bottom
(using caption-side: bottom).
Auto-generated ID (autolabel)
When autolabel is enabled (default), the caption text is lowercased and
stripped of non-word characters to form the id attribute.
The generated id attribute will be helloworld2024.
Explicit label
Provide a custom id with the [text][label] syntax:
An explicit label always overrides the auto-generated one, even when autolabel is enabled.
Disabling autolabel
Set autolabel: false in the configuration to suppress automatic ID generation.
Captions without an explicit label will then have no id attribute.