cli_format_bullets_raw()
is similar to cli_bullets()
, but it does
not perform any inline styling or glue substitutions in the input.
Usage
cli_bullets_raw(text, id = NULL, class = NULL)
format_bullets_raw(text, id = NULL, class = NULL)
Arguments
- text
Character vector of items. See details below on how names are interpreted.
- id
Optional id of the
div.bullets
element, can be used in themes.- class
Optional additional class(es) for the
div.bullets
element.
See also
See cli_bullets()
for examples.