Configuration

The preprocessor.pikchr table used for preprocessor configuration.

Supported variables:

VariablePossible valuesDefault value
align"left", "center", "right""center"

Here is an example of what a book.toml file might look like:

[book]
title = "Example book"
authors = ["John Doe"]
description = "The example book covers examples."

[preprocessor.pikchr]
align = "left"