-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5d72ee1
commit 37ab863
Showing
20 changed files
with
950 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
{ | ||
"machineName": "H5P.MathDisplay", | ||
"title": "MathDisplay", | ||
"description": "Allows to use LaTeX.", | ||
"license": "MIT", | ||
"author": "Joubel", | ||
"majorVersion": 1, | ||
"minorVersion": 0, | ||
"patchVersion": 7, | ||
"runnable": 0, | ||
"coreApi": { | ||
"majorVersion": 1, | ||
"minorVersion": 19 | ||
}, | ||
"preloadedJs": [ | ||
{ | ||
"path": "scripts/mathdisplay.js" | ||
} | ||
], | ||
"addTo": { | ||
"content": { | ||
"types": [ | ||
{ | ||
"text": { | ||
"regex": "/\\$\\$.+\\$\\$|\\\\\\[.+\\\\\\]|\\\\\\(.+\\\\\\)/" | ||
} | ||
} | ||
] | ||
} | ||
} | ||
} |
Oops, something went wrong.