lix/doc/manual/book.toml
Jan Tojnar 4de84e095d doc: Introduce pre-processor for adding anchors to text
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}
2022-05-26 17:54:15 +02:00

6 lines
112 B
TOML

[output.html]
additional-css = ["custom.css"]
[preprocessor.anchors]
command = "python3 doc/manual/anchors.py"