aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorps-george <punter.s.g@gmail.com>2018-03-21 18:34:14 +0000
committerps-george <punter.s.g@gmail.com>2018-03-21 18:34:14 +0000
commit0fbe41d340ee306222ee17e79d2d497660eee41a (patch)
tree99700b1401bc579f0bead18abb4d01a2c2b5c9a6 /examples
parentc6c55ece99db81d62d54acf6bc3ed90080eff36d (diff)
parentf7b1a99be3e0c15a191f964081f2835496865242 (diff)
downloadFMark-0fbe41d340ee306222ee17e79d2d497660eee41a.tar.gz
FMark-0fbe41d340ee306222ee17e79d2d497660eee41a.zip
Merge branch 'htmlgen' into readmes_examples
Diffstat (limited to 'examples')
-rw-r--r--examples/example.html85
1 files changed, 85 insertions, 0 deletions
diff --git a/examples/example.html b/examples/example.html
new file mode 100644
index 0000000..dfd3adc
--- /dev/null
+++ b/examples/example.html
@@ -0,0 +1,85 @@
+<!DOCTYPE html>
+
+<head>
+ <meta name="viewport" content="width=device-width">
+ <title></title>
+</head>
+
+<body>
+ <h1 id="FMark_Example0">FMark Example</h1>
+ <h2 id="Table_of_contents1">Table of contents</h2>
+ <ol>
+ <li>
+ <a href="#FMark_Example0">FMark Example</a>
+ </li>
+ <ol>
+ <li>
+ <a href="#Table_of_contents1">Table of contents</a>
+ </li>
+ <li>
+ <a href="#Macros2">Macros</a>
+ </li>
+ <li>
+ <a href="#Including_files3">Including files</a>
+ </li>
+ <li>
+ <a href="#Spreadsheet_functionality4">Spreadsheet functionality</a>
+ </li>
+ <li>
+ <a href="#LateX_maths5">LateX maths</a>
+ </li>
+ </ol>
+ </ol>
+ <h2 id="Macros2">Macros</h2>
+ <p>
+ <br>
+ </p>
+ <table>
+ <thead>
+ <tr>
+ <th>default</th>
+ <th>table</th>
+ <th>contents</th>
+ </tr>
+ </thead>
+ <tbody>
+ <tr>
+ <td>hi</td>
+ <td>my</td>
+ <td>name</td>
+ </tr>
+ <tr>
+ <td>is</td>
+ <td>geroge</td>
+ <td>hi</td>
+ </tr>
+ </tbody>
+ </table>
+ <h2 id="Including_files3">Including files</h2>
+ <h2 id="Spreadsheet_functionality4">Spreadsheet functionality</h2>
+ <table>
+ <thead>
+ <tr>
+ <th>This</th>
+ <th>is</th>
+ <th>FMark</th>
+ </tr>
+ </thead>
+ <tbody>
+ <tr>
+ <td>5</td>
+ <td>3</td>
+ <td>8</td>
+ </tr>
+ <tr>
+ <td>2</td>
+ <td>3</td>
+ <td>5.33333333333333</td>
+ </tr>
+ </tbody>
+ </table>
+ <h2 id="LateX_maths5">LateX maths</h2>
+ <p>$$2* \begin{pmatrix} x_{00} & x_{01} & x_{01} \newline x_{10} & x_{11} & x_{11} \newline x_{20} & x_{21} & x_{21} \end{pmatrix}$$</p>
+ <script
+ type="text/javascript" async src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.2/MathJax.js?config=TeX-MML-AM_CHTML"></script>
+</body> \ No newline at end of file