Skip to main content

render_forced

Function render_forced 

Source
pub fn render_forced(tokens: Vec<Token>) -> String
Expand description

The same as render, but bypasses the color_enabled check.

This means that this function renders directly without checking if color should be enabled.