From 055e4519cd9f6611198b55891e4864b4c1e08b93 Mon Sep 17 00:00:00 2001 From: ps-george Date: Fri, 16 Mar 2018 17:09:42 +0000 Subject: Mathjax cdn (#134) * first mathjax test * mathjax working in vscode (uses CDN, VSCode seems to cache after first use) * adding mathjax table format * Added HTMLify function which will help with fixing tests * test fix * adding new js --- examples/example.fmark | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'examples') diff --git a/examples/example.fmark b/examples/example.fmark index 7e7d689..3c32485 100644 --- a/examples/example.fmark +++ b/examples/example.fmark @@ -24,7 +24,6 @@ ## Including files -{{ include ./test.fmark }} ## Spreadsheet functionality @@ -32,3 +31,7 @@ |---|---|---| |=5|=3|=SUM{[1,0]:[1,1]}| |=5%3|=[1,0]*[1,1]/((7-4)+2)|=AVG{[1,0]:[1,2]}| + +## LateX maths +$$2^2 \begin{pmatrix} x_{00} & x_{01} & x_{01} \\\\\ x_{10} & x_{11} & x_{11} +\\\\\ x_{20} & x_{21} & x_{21} \end{pmatrix}$$ \ No newline at end of file -- cgit