aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorps-george <george.punter15@imperial.ac.uk>2018-03-16 17:09:42 +0000
committerGitHub <noreply@github.com>2018-03-16 17:09:42 +0000
commit055e4519cd9f6611198b55891e4864b4c1e08b93 (patch)
treef762ea89271d81445a47ffac7ce64fce6b1e1df9 /examples
parentb248efd6e428c5d89410ecf4978fefb94f7dd3f7 (diff)
downloadFMark-055e4519cd9f6611198b55891e4864b4c1e08b93.tar.gz
FMark-055e4519cd9f6611198b55891e4864b4c1e08b93.zip
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
Diffstat (limited to 'examples')
-rw-r--r--examples/example.fmark5
1 files changed, 4 insertions, 1 deletions
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