quartools icon indicating copy to clipboard operation
quartools copied to clipboard

Programatically generate quarto-compliant markdown elements.

Results 3 quartools issues
Sort by recently updated
recently updated
newest added

Resolves #10 - [ ] Combine allows numeric arguments - [x] Vectorise id and class parameters - [ ] Fix callout and with_* not using class parameter - [ ]...

upkeep

- 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...

upkeep

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...

feature