Add support for comments, fixes #20 (#884)

This commit is contained in:
Kevin Barabash
2017-09-25 21:50:27 -06:00
committed by GitHub
parent 6de5446913
commit eaef0127c5
4 changed files with 50 additions and 5 deletions

View File

@@ -1,6 +1,10 @@
body {
margin: 0px;
padding: 0px;
font-size: 24px;
}
#math {
font-size: 72px;
}