Using <pre> sometimes causes some characters to be converted into others. This is especially apparent in CDDL examples, where for example the first single quote in foo = h'001122' gets converted into "’" (U+2019) instead of "'" (U+0027), which is incorrect and also breaks CDDL syntax highlighting.
This PR also fixes the syntax highlighting tags on some incorrectly tagged or untagged examples.
Using
<pre>
sometimes causes some characters to be converted into others. This is especially apparent in CDDL examples, where for example the first single quote infoo = h'001122'
gets converted into "’" (U+2019) instead of "'" (U+0027), which is incorrect and also breaks CDDL syntax highlighting.This PR also fixes the syntax highlighting tags on some incorrectly tagged or untagged examples.
See the Bikeshed documentation for more on using
<xmp>
.Preview | Diff