Skip to content

Commit a54717e

Browse files
authored
Add demo for displayHistory option (#43)
1 parent 673079a commit a54717e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

index.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,15 @@
4949
["\\sum^{s}_{x}{d}", "\\sum"],["\\prod^{s}_{x}{d}", "\\prod"],["\\coprod^{s}_{x}{d}", "\\coprod"],
5050
["\\int^{s}_{x}{d}", "\\int"],["\\binom{n}{k}", "\\binom"]]'>
5151
</label>
52+
53+
<label>
54+
Display formula history:
55+
<input
56+
type="checkbox"
57+
class="option"
58+
data-name="displayHistory"
59+
data-value="true">
60+
</label>
5261
</main>
5362
</body>
5463
</html>

0 commit comments

Comments
 (0)