mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-01 06:36:40 +02:00
Remove dot graph
This commit is contained in:
@@ -23,10 +23,6 @@ export const detectType = function (text) {
|
||||
return 'sequence'
|
||||
}
|
||||
|
||||
if (text.match(/^\s*digraph/)) {
|
||||
return 'dot'
|
||||
}
|
||||
|
||||
if (text.match(/^\s*info/)) {
|
||||
return 'example'
|
||||
}
|
||||
|
Reference in New Issue
Block a user