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)
See also
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()