forked from lix-project/lix
4de84e095d
It is now possible to use the following syntax to insert anchors into the text: []{#anchor-name} The anchor will allow linking to the location it is placed by appending #anchor-name to the URL. Additionally, it is possible to create a link pointing to its own location by adding text between the square brackets: [`--add-root`]{#opt-add-root}
6 lines
112 B
TOML
6 lines
112 B
TOML
[output.html]
|
|
additional-css = ["custom.css"]
|
|
|
|
[preprocessor.anchors]
|
|
command = "python3 doc/manual/anchors.py"
|