From ddaa1ddab2f2a89d4dd141646246275d363d992e Mon Sep 17 00:00:00 2001 From: z3rOR0ne Date: Tue, 12 Nov 2024 00:51:18 -0800 Subject: [PATCH] :memo: Made html demo of katex latex parser --- katex_demo.html | 115 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 115 insertions(+) create mode 100644 katex_demo.html diff --git a/katex_demo.html b/katex_demo.html new file mode 100644 index 00000000..b27c5309 --- /dev/null +++ b/katex_demo.html @@ -0,0 +1,115 @@ + + + + KaTeX Demo + + + + + + + + + + +
+
+

KaTeX Latex Parser For HTML

+

KaTeX is an incredible Latex Parser for mathematical expressions!

+

+ You can find their official documentation + here. +

+

+ Below are just a few examples of what KaTeX is capable of. It's + important to note that there is also their competitor MathJax, which + uses a more straightforward inline syntax within HTML, as opposed to + KaTeX, which interacts more with the JavaScript API. That said, + MathJax is significantly less performant than katex in terms of sheer + speed. You can additionally Download and Host THings Yourself. You + simply have to + Download The KaTeX release + and follow their + Building From Source +

+
+
+
+
+
+
+
+ + +