[−][src]Function rustdoc_highlight::render_inner_with_highlighting
pub fn render_inner_with_highlighting(
src: &str
) -> Result<String, HighlightError>
Highlights src
, returning the HTML output. Returns only the inner html to
be inserted into an element. C.f., render_with_highlighting
which includes
an enclosing <pre>
block.