This is a wrapper to put HTML-tag around character string input to be rendered as boldfaced as well as italicised small capital in the output document of an R Markdown file.

scaps_bolditalics(x)

Arguments

x

A character string (e.g. a word or phrase).

Value

Boldfaced as well as italicised small capital character string.

Examples

scaps_bolditalics("happiness")
#> [1] "<span style = 'font-variant:small-caps;'>__*happiness*__</span>"