pub fn format_markup(input: &str) -> StringExpand description
Resolves super/subscript markup in input to Unicode. See the module
docs for the syntax. Strings without ^, _, or \ are returned
unchanged (and the common case allocates only what it copies).