wg21 icon indicating copy to clipboard operation
wg21 copied to clipboard

title html tag is mangled if title contains any of <>_

Open RedBeard0531 opened this issue 3 years ago • 0 comments

See https://isocpp.org/files/papers/D2529R0.html.

In paper.md: title: generator<T> should have T&& reference_type

In html file: <title>generator`&lt;T&gt;`{=html} should have T&amp;&amp; reference\_type</title>

Title as shown in browser: generator`<T>`{=html} should have T&& reference\_type

RedBeard0531 avatar Jan 24 '22 23:01 RedBeard0531