Merge pull request #3567 from ayalhw/add-katex

feat: add KaTeX
main
Elbert Alias 4 years ago committed by GitHub
commit 0605e17665
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

Binary file not shown.

After

Width:  |  Height:  |  Size: 700 B

@ -18443,6 +18443,27 @@
"generator": "xt:Commerce"
},
"website": "https://www.xt-commerce.com"
},
"KaTeX": {
"cats": [
25
],
"description": "KaTeX is a cross-browser JavaScript library that displays mathematical notation in web browsers.",
"icon": "KaTeX.png",
"oss": true,
"dom": {
"link[href*=katex]": {
"attributes": {
"href": "katex(?:\\.min)?\\.css"
}
}
},
"js": {
"katex": "",
"katex.version": "^(.+)$\\;version:\\1"
},
"scripts": "katex(?:\\.min)?\\.js",
"website": "https://katex.org/"
}
}
}

Loading…
Cancel
Save