Skip to main content

unicode_quote_marks

Function unicode_quote_marks 

Source
pub fn unicode_quote_marks(depth: usize) -> (&'static str, &'static str)
Expand description

Return Unicode quote marks for a nesting depth.

Even depths use outer double quotes; odd depths use inner single quotes.