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)
Character vector of items. See details below on how names are interpreted.
Optional id of the div.bullets
element, can be used in themes.
Optional additional class(es) for the div.bullets
element.
format_bullets_raw()
returns the output instead of printing it.
These functions support inline markup.
See cli_bullets()
for examples.
Other functions supporting inline markup:
cli_abort()
,
cli_alert()
,
cli_blockquote()
,
cli_bullets()
,
cli_dl()
,
cli_h1()
,
cli_li()
,
cli_ol()
,
cli_process_start()
,
cli_progress_along()
,
cli_progress_bar()
,
cli_progress_message()
,
cli_progress_output()
,
cli_progress_step()
,
cli_rule
,
cli_status()
,
cli_status_update()
,
cli_text()
,
cli_ul()
,
format_error()
,
format_inline()