Back to Quarkdown

libs

quarkdown-libs/README.md

2.0.1672 B
Original Source

libs

This module contains libraries written in Quarkdown (main/resources).

The Gradle build system will automatically copy the .qd files into the lib/qd directory of the distribution zip.
At runtime, the CLI option -l or --libs sets the path to the library directory to use, which clearly defaults to lib/qd.

In order to load a library from the library directory, the .include {name} function can be used. After the library is loaded, the functions defined in the library can be used in the main document.

See wiki: Importing external libraries for further information.