Update 'math rendering is wrong' to new math delimiters
Signed-off-by: Danila Fedorin <danila.fedorin@gmail.com>
This commit is contained in:
parent
10dfb2fe49
commit
81eef51e88
|
@ -49,7 +49,7 @@ in common with each other and with the early iterations of my website -
|
||||||
they use client-side rendering for static content. In my opinion, this is absurd.
|
they use client-side rendering for static content. In my opinion, this is absurd.
|
||||||
Every time that you visit a website that uses MathJax or KaTeX, any mathematical
|
Every time that you visit a website that uses MathJax or KaTeX, any mathematical
|
||||||
notation arrives to your machine in the form of LaTex markup. For instance,
|
notation arrives to your machine in the form of LaTex markup. For instance,
|
||||||
\\(e^{-\\frac{x}{2}}\\) looks like `e^{-\frac{x}{2}}`. The rendering
|
\(e^{-\frac{x}{2}}\) looks like `e^{-\frac{x}{2}}`. The rendering
|
||||||
software (MathJax or KaTeX) then takes this markup and converts it into
|
software (MathJax or KaTeX) then takes this markup and converts it into
|
||||||
HTML and CSS that your browser can display. Just like my old website,
|
HTML and CSS that your browser can display. Just like my old website,
|
||||||
all of this happens __every time the page is loaded__. This isn't an uncommon
|
all of this happens __every time the page is loaded__. This isn't an uncommon
|
||||||
|
|
Loading…
Reference in New Issue
Block a user