Haha, my bad. I’m an idiot and fixed the Trig Identities page immediately after this post. Sorry, I completely forgot I had mentioned it as a problem. I’ve reverted the Trig Identities section again to show you what I mean. I should mention that these next lines need to be added to the header of your site for the equations to render:
<!– Katex AutoRendering –>
<link rel=”stylesheet” href=”https://cdn.jsdelivr.net/npm/[email protected]/dist/katex.min.css” integrity=”sha384-D+9gmBxUQogRLqvARvNLmA9hS2x//eK1FhVb9PiU86gmcrBrJAQT8okdJ4LMp2uv” crossorigin=”anonymous”>
<script defer src=”https://cdn.jsdelivr.net/npm/[email protected]/dist/katex.min.js” integrity=”sha384-483A6DwYfKeDa0Q52fJmxFXkcPCFfnXMoXblOkJ4JcA8zATN6Tm78UNL72AKk+0O” crossorigin=”anonymous”></script>
<script defer src=”https://cdn.jsdelivr.net/npm/[email protected]/dist/contrib/auto-render.min.js” integrity=”sha384-yACMu8JWxKzSp/C1YV86pzGiQ/l1YUfE8oPuahJQxzehAjEt2GiQuy/BIvl9KyeF” crossorigin=”anonymous”
onload=”renderMathInElement(document.body);”></script>
Try writing this: $$\cos(x)+2$$
Then publish it, reopen the editor, and see it if messes with the dollar signs.
-
This reply was modified 6 years ago by douxdolci.