breaks the displayed header, which looks like this:
I know less than nothing about Rust (but could suggest a fix in perl 😉), but Claude tells me that line 99 of html.rs the raw inner HTML is used verbatim inside single quotes, so an apostrophe closes the attribute early. This means the code tag leaks into displayed text.
Claude has provided a simple 4 line solution and test. Once I've worked out how to submit a PR I'll do so.
Thank you for the software.
breaks the displayed header, which looks like this:
I know less than nothing about Rust (but could suggest a fix in perl 😉), but Claude tells me that line 99 of html.rs the raw inner HTML is used verbatim inside single quotes, so an apostrophe closes the attribute early. This means the
codetag leaks into displayed text.Claude has provided a simple 4 line solution and test. Once I've worked out how to submit a PR I'll do so.
Thank you for the software.