I use $\implies$ a lot in my documentation as it quickly describes what I am trying to say! However the version of Katex used does not recognise it!
Steps to reproduce:
math.lit
@title math
@s this is a math statement
This is
$e^{\pi} \implies \frac{1}{2}$
--- main.py
print("hello world")
---
compile with lit math.lit
And see the math.html file
Possible solutions:
Updating Katex from version 3 to version 16? More math functions seems to be supported on the website.
I can try to look into making a pull request (I am quite new to it and have never made a PR before).
Thank you for your time.
I use$\implies$ a lot in my documentation as it quickly describes what I am trying to say! However the version of Katex used does not recognise it!
Steps to reproduce:
math.lit
compile with
lit math.litAnd see the math.html file
Possible solutions:
Updating Katex from version 3 to version 16? More math functions seems to be supported on the website.
I can try to look into making a pull request (I am quite new to it and have never made a PR before).
Thank you for your time.