We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7634561 commit e4c4468Copy full SHA for e4c4468
xml5ever/src/serialize/mod.rs
@@ -94,7 +94,7 @@ pub type AttrRef<'a> = (&'a QName, &'a str);
94
/// depending on where the text is written inside the tag or attribute value.
95
///
96
/// For example
97
-///```
+///```text
98
/// <tag>'&-quotes'</tag> becomes <tag>'&-quotes'</tag>
99
/// <tag = "'&-quotes'"> becomes <tag = "'&-quotes'"
100
///```
0 commit comments