ute / custom-numbered-blocks

quarto extension for user defined, automatically numbered div blocks / latex environment
MIT License
18 stars 1 forks source link

Yaml: options per boxstyle #3

Open ute opened 1 year ago

ute commented 1 year ago

(thinking loudly) when (if) making an interface for other custom block styles, it would be logical to put options that affect the rendering/style, like collapse, as a subkey under the respective boxstyle key. This would however make the boxstyle key compulsory, and give endless cascades… Default is foldbox

groups:
   Theorem:
       boxstyle: {foldbox.simple, collapse=true}

???