Update technologies.json

main
Elbert Alias 4 years ago committed by GitHub
parent 43f0453190
commit a4cfa45c2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -18424,10 +18424,16 @@
"cats": [ "cats": [
25 25
], ],
"description": "The fastest math typesetting library for the web. ", "description": "KaTeX is a cross-browser JavaScript library that displays mathematical notation in web browsers.",
"icon": "KaTeX.png", "icon": "KaTeX.png",
"oss": true, "oss": true,
"html": "<link[^>]* href=\"[^\"]*katex(?:\\.min)?\\.css", "dom": {
"link[href*=katex]": {
"attributes": {
"href": "katex(?:\\.min)?\\.css"
}
}
},
"js": { "js": {
"katex": "", "katex": "",
"katex.version": "^(.+)$\\;version:\\1" "katex.version": "^(.+)$\\;version:\\1"