Quote:
Originally Posted by Tex2002ans
I sometimes use HTML comments to future-proof Math Formulas by leaving the TeX code there
|
How about embedding it as img alt?
Code:
<div class="formula"><img alt="f'(x) = x + y" src="Formula1.png"/></div>
And it actually makes good alt text.