added support for colored ranges

This commit is contained in:
2024-06-14 11:20:32 +02:00
parent 4b33ab4a56
commit b7e1db1dbd
5 changed files with 55 additions and 31 deletions

View File

@ -10,7 +10,7 @@
/// Renders the given schema
/// This functions
/// - structures (dictionary): A schema dictionary, as returned by #doc-ref("schema.load")
/// - schema (dictionary): A schema dictionary, as returned by #doc-ref("schema.load")
/// - config (auto, dictionary): The configuration parameters, as returned by #doc-ref("config.config")
/// - width (ratio, length): The width of the generated figure
#let render(structures, config: auto, width: 100%) = {}
#let render(schema, config: auto, width: 100%) = {}