mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-06 00:56:42 +02:00
Rename info to example
This commit is contained in:
@@ -28,7 +28,7 @@ export const detectType = function (text) {
|
||||
}
|
||||
|
||||
if (text.match(/^\s*info/)) {
|
||||
return 'info'
|
||||
return 'example'
|
||||
}
|
||||
|
||||
if (text.match(/^\s*gantt/)) {
|
||||
|
Reference in New Issue
Block a user