quartools
quartools copied to clipboard
Programatically generate quarto-compliant markdown elements.
Resolves #10 - [ ] Combine allows numeric arguments - [x] Vectorise id and class parameters - [ ] Fix callout and with_* not using class parameter - [ ]...
- combine doesn't allow character-coercible values to be passed to it - qto_span(1) results in an error - can't pass c() values to class and id parameters - vectors should...
Currently `map_qto` returns a list of quarto_blocks, but requires more work in order to have it print "asis". Should we wrap the list in a `quarto_list` class that prints lists...