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