mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-10 13:38:39 +00:00
Refactor most of the javascript
Summary: Move MJLite into its own file, make a module. Now includes underscore. Test Plan: Make sure it still parses stuff. Reviewers: spicyj Reviewed By: spicyj CC: divad12 Differential Revision: http://phabricator.benalpert.com/D32
This commit is contained in:
@@ -2,8 +2,10 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>MJLite Test</title>
|
||||
<script src="//cdnjs.cloudflare.com/ajax/libs/underscore.js/1.4.4/underscore-min.js" type="text/javascript"></script>
|
||||
<script src="parser.js" type="text/javascript"></script>
|
||||
<script src="build.js" type="text/javascript"></script>
|
||||
<script src="MJLite.js" type="text/javascript"></script>
|
||||
<script src="main.js" type="text/javascript"></script>
|
||||
<link href="style.css" rel="stylesheet" type="text/css">
|
||||
</head>
|
||||
<body>
|
||||
|
Reference in New Issue
Block a user