```r > cli_li("focal term{?s}: {letters[1:10]}") • focal terms: a, b, c, d, e, f, g, h, i, and j > cli_li("{col_blue('focal')} term{?s}: {letters[1:10]}") • focal term: a, b, c, d, e, f, g, h, i, and j ```