mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-10 13:38:39 +00:00
Sync with Khan-exercises
Summary: Add some things in to make this more useful to khan-exercises. Notably, make KaTeX.process create and clean up its own .katex node, and rename .mathmathmath -> .katex. Test Plan: Make test, make sure the main page still renders stuff Reviewers: alpert Reviewed By: alpert Differential Revision: http://phabricator.khanacademy.org/D3061
This commit is contained in:
@@ -9,6 +9,6 @@
|
||||
</head>
|
||||
<body>
|
||||
<input type="text" value="\blue\dfrac{2(y-z)}{3} \div \orange{\arctan x^{4/3}}" id="input" />
|
||||
<div id="math" class="mathmathmath"></div>
|
||||
<div id="math"></div>
|
||||
</body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user