mpark / wg21

Framework for Writing C++ Committee Papers
Boost Software License 1.0
125 stars 45 forks source link

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

Open RedBeard0531 opened 2 years ago

RedBeard0531 commented 2 years ago

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