aboutsummaryrefslogtreecommitdiffstats
path: root/examples/example.html
blob: dfd3adc6e03290efaed460a16a8ed769d006ab01 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
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>