mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-23 09:20:03 +02:00
Fix relatwed to issue number #54 - % in text
This commit is contained in:
@@ -235,3 +235,7 @@ exports.addSubGraph = function (list, title) {
|
||||
exports.getSubGraphs = function (list) {
|
||||
return subGraphs;
|
||||
};
|
||||
|
||||
exports.parseError = function(err,hash){
|
||||
mermaid.parseError(err,hash);
|
||||
};
|
Reference in New Issue
Block a user