You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When listing text contains something like
static_cast<unsigned char>(thing)
HTML parses `<unsigned char>` as an HTML tag before Markdeep gets a
chance to see it. We had temporarily addressed this by adding spaces
inside the angle brackets, and sent an inquiry off to Morgan McGuire,
creator of Markdeep. His response was that Markdeep couldn't address
this given the parsing order, and to just wrap the entire listing in
<script type="preformatted">
...
</script>
Resolves#1463
0 commit comments