-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
31 lines (26 loc) · 839 Bytes
/
index.html
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
---
layout: default
scripts:
- jsdelivr: [
"npm/[email protected]/libs/lz-string.min.js",
"gh/mwt/hash-viewer@$COMMIT_HASH/assets/js/index.min.js"
]
async: true
---
<h1>{{ site.title }}</h1>
<textarea id="markdown">
# Description
{{ site.description }}
You can write math input in display mode like so:
$$
\tilde{g}_{-i}(s) = \frac{c'_{i}(s)}{v_{i}(s; s)} - \int_0^s \frac{v'_{i}(s; y)}{v_{i}(s; s)} \tilde{g}_{-i}(y) dy
$$
</textarea>
<pre class="hidden"><code id="small-link"></code></pre>
<div class="flex">
<button type="button" class="btn" onclick="clearText();">Clear</button>
<div class="btns">
<button type="button" class="btn" title="Shorten URL with chl.li" onclick="shortenURL();">Small link</button>
<button type="submit" class="btn" onclick="submitText();">Submit</button>
</div>
</div>