``` r library(cli) cli_dl( c( "test_1" = "all good", "test_2" = "not #good" ) ) #> test_1: all good #> test_2: ``` <sup>Created on 2021-11-02 by the [reprex package](https://reprex.tidyverse.org) (v2.0.1)</sup>
Created on 2021-11-02 by the reprex package (v2.0.1)