Open
Description
Describe the bug
On the API reference on the web, formulas are shown as:
a * ||w||_1 + 0.5 * b * ||w||_2^2
Instead of

(Unless it's expected!)
Steps/Code to Reproduce
Please see https://scikit-learn.org/stable/modules/generated/sklearn.linear_model.ElasticNet.html
Expected Results
I think the formulas should look like mathematical formulas, not like LaTeX:

Actual Results
a * ||w||_1 + 0.5 * b * ||w||_2^2
Versions
All releases on the website