Rename info to example

This commit is contained in:
Tyler Long
2018-03-12 20:46:29 +08:00
parent ecf7870b3e
commit 964bc4dc12
2 changed files with 11 additions and 11 deletions

View File

@@ -28,7 +28,7 @@ export const detectType = function (text) {
}
if (text.match(/^\s*info/)) {
return 'info'
return 'example'
}
if (text.match(/^\s*gantt/)) {