Fix relatwed to issue number #54 - % in text

This commit is contained in:
knsv
2015-01-24 19:33:10 +01:00
parent d0428d492b
commit 6612b3e01e
14 changed files with 135 additions and 38 deletions

View File

@@ -77,8 +77,8 @@ exports.addNote = function (actor, placement, message){
};
exports.parseError = function(err, hash) {
console.log('Syntax error:' + err);
exports.parseError = function(err,hash){
mermaid.parseError(err,hash);
};
exports.apply = function(param){