Add detection for mermaid (#2222)

[This js thingy]](https://mermaidjs.github.io/usage.html) is pretty popular,
with more than 15k stars.

This can be tested [here](https://mermaidjs.github.io/mermaid-live-editor/),
and checked in [its documentation](https://mermaidjs.github.io/usage.html).
main
jvoisin 7 years ago committed by Elbert Alias
parent afde9a3359
commit 91856c6eb9

@ -6010,6 +6010,17 @@
}, },
"website": "http://www.melistechnology.com/" "website": "http://www.melistechnology.com/"
}, },
"Mermaid": {
"cats": [
25
],
"js": {
"mermaid": ""
},
"script": "/mermaid(?:\\.min)?\\.js",
"html": "<div [^>]*class=[\"']mermaid[\"']>\\;confidence:90",
"website": "https://mermaidjs.github.io/"
},
"Meteor": { "Meteor": {
"cats": [ "cats": [
12 12

Loading…
Cancel
Save