Closed
Description
The new markdown parser does not like this code block: https://github.com/servo/rust-cssparser/blob/20b509a7d3ca6c432281ebd00680bb0c3f5aadef/macros/lib.rs#L60-L67
I see:
error: unknown start of token: \u{2026}
--> <stdin>:1:72
|
1 | static MAP: &'static ::cssparser::phf::Map<&'static str, $ValueType> = …;
| ^
warning: Backing out of syntax highlighting
|
= note: You probably did not intend to render this as a rust code-block