aboutsummaryrefslogtreecommitdiff
path: root/document_attribute_test.go
AgeCommit message (Collapse)Author
2025-02-16all: move setting attribute to DocumentShulhan
Some of attribute may depends on property of the Document.
2024-08-16all: support document attribute "leveloffset"Shulhan
The ":leveloffset:" on document attribute allow increment or decrement the heading level on included files. Reference: https://docs.asciidoctor.org/asciidoc/latest/directives/include-with-leveloffset/