Remove example graph

This commit is contained in:
Tyler Long
2018-03-13 15:19:24 +08:00
parent 9176237361
commit 6ce2dfeaec
7 changed files with 1 additions and 785 deletions

View File

@@ -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'
}