pub(crate) fn render_example_with_highlighting(
    src: &str,
    out: &mut Buffer,
    tooltip: Tooltip,
    playground_button: Option<&str>
)
Expand description

Highlights src as an inline example, returning the HTML output.