cli_bullets_raw {cli} | R Documentation |
cli_format_bullets_raw()
is similar to cli_bullets()
, but it does
not perform any inline styling or glue substitutions in the input.
cli_bullets_raw(text, id = NULL, class = NULL)
format_bullets_raw(text, id = NULL, class = NULL)
text |
Character vector of items. See details below on how names are interpreted. |
id |
Optional id of the |
class |
Optional additional class(es) for the |
format_bullets_raw()
returns the output instead of printing it.
See cli_bullets()
for examples.