diff options
author | Paul Duncan <pabs@pablotron.org> | 2017-11-07 20:51:02 -0500 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2017-11-07 20:51:02 -0500 |
commit | 4a6ad960f36051d88cf7a9f7425eac8a7a85b39d (patch) | |
tree | f00974fee50ff3121ebc749c36139e220324ed04 | |
parent | 074c8ca2a16bc4849e8ecea5a123d4d9a2995898 (diff) | |
download | mathy-4a6ad960f36051d88cf7a9f7425eac8a7a85b39d.tar.bz2 mathy-4a6ad960f36051d88cf7a9f7425eac8a7a85b39d.zip |
update initial textr20171107
-rw-r--r-- | htdocs/index.html | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/htdocs/index.html b/htdocs/index.html index 4dc6674..866b2a7 100644 --- a/htdocs/index.html +++ b/htdocs/index.html @@ -10,10 +10,7 @@ </head> <body> - <div id='editor'>function foo(items) { - var x = 'All this is syntax highlighted'; - return x; - }</div> + <div id='editor'>\text{add latex here}</div> <div id='math-wrap'> <div id='MathPreview'></div> <div id='MathBuffer' style='visibility:hidden; position:absolute; top:0; left: 0'></div> |