aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorps-george <george.punter15@imperial.ac.uk>2018-03-21 22:21:30 +0000
committerGitHub <noreply@github.com>2018-03-21 22:21:30 +0000
commit8fe79e85e478dcd001c57b0ab947a05b6490ca13 (patch)
tree5c88c5e4dd64d8d87b2d928e20251abd40829502 /examples
parenta9abd2362e37ba2db35149af5ce58752bd77f863 (diff)
downloadFMark-8fe79e85e478dcd001c57b0ab947a05b6490ca13.tar.gz
FMark-8fe79e85e478dcd001c57b0ab947a05b6490ca13.zip
Regex fix (#150)
* adding decimal place arg to table demo * Updating examples * replacing image test * Update README for TOCite * More changes in TOCite README * Update README.md * testing fix * Adding js * Passing tests. Adding js. * Updating example file * correct html
Diffstat (limited to 'examples')
-rw-r--r--examples/example.fmark5
-rw-r--r--examples/example.html5
2 files changed, 5 insertions, 5 deletions
diff --git a/examples/example.fmark b/examples/example.fmark
index 5713234..47db26c 100644
--- a/examples/example.fmark
+++ b/examples/example.fmark
@@ -84,11 +84,12 @@ Unordered List 2:
### Links
-[Google](www.google.com)
-
+[Google](http://www.google.com)
+<!-- Images produce correct HTML but don't display in VS Code-->
![image](test_img.jpg)
## LateX maths
+
$$2* \begin{pmatrix}
x_{00} & x_{01} & x_{01} \newline
x_{10} & x_{11} & x_{11} \newline
diff --git a/examples/example.html b/examples/example.html
index bc766c9..be50334 100644
--- a/examples/example.html
+++ b/examples/example.html
@@ -180,9 +180,8 @@
</ul>
<h3 id="Links14">Links</h3>
<p>
- <a href="www.google.com">Google</a>
- </p>
- <p>
+ <a href="http://www.google.com">Google</a>
+ <!-- Images produce correct HTML but don't display in VS Code-->
<img src="test_img.jpg" alt="image">
</p>
<h2 id="LateX_maths15">LateX maths</h2>