Special characters in the TFormula documentation

Hi,

I noticed that special characters like &, <, > are replaced with HTML entities &amp;, &lt;, &gt;, respectively, on the TFormula documentation pages for master, 6.36, 6.34, 6.32, and so on:

Comparisons operators are also supported (&amp;&amp;, ||, ==, &lt;=, &gt;=, !)

sin(x*(x&lt;0.5 || x&gt;1))

TFormula old("old",sin(x*(x&lt;0.5 || x&gt;1)))

TFormula new("new","x*sin(x*(x&lt;0.5 || x&gt;1))")

Can this be fixed please?

I see that. I will check.

PR here: [skip-ci] TFormula doc fix by couet · Pull Request #20397 · root-project/root · GitHub
Thanks to have seen it.