mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-18 06:49:47 +02:00
Exposing parser in API as requested in issue #21
This commit is contained in:
@@ -347,5 +347,8 @@ global.mermaid = {
|
||||
},
|
||||
version:function(){
|
||||
return exports.version();
|
||||
},
|
||||
getParser:function(){
|
||||
return flow.parser;
|
||||
}
|
||||
};
|
Reference in New Issue
Block a user