Remove dot graph

This commit is contained in:
Tyler Long
2018-03-13 15:14:43 +08:00
parent 9b65abe76a
commit 9176237361
7 changed files with 4 additions and 1054 deletions

View File

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