mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-05 19:28:39 +00:00
Test Plan: Opened test page in Chrome and IE8, saw math. Reviewers: emily Reviewed By: emily Differential Revision: http://phabricator.khanacademy.org/D7581
16 lines
625 B
HTML
16 lines
625 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>KaTeX Test</title>
|
|
<script src="katex.js" type="text/javascript"></script>
|
|
<script src="main.js" type="text/javascript"></script>
|
|
<link href="fonts/fonts.css" rel="stylesheet" type="text/css">
|
|
<link href="katex.css" rel="stylesheet" type="text/css">
|
|
<link href="main.css" rel="stylesheet" type="text/css">
|
|
</head>
|
|
<body>
|
|
<input type="text" value="\blue\dfrac{\frac{\phi^2}{3}-G_a^{x^3}}{2\times3+4}+\orange\dfrac{(x^2+y^2)^\frac{1}{2}}{\tan\psi^\tau+2/3}" id="input" />
|
|
<div id="math"></div>
|
|
</body>
|
|
</html>
|