Support for different arrow types in sequence diagrams: no arrow head, cross head and regular arrow head.

This commit is contained in:
knsv
2015-01-04 17:56:58 +01:00
parent c7e2c2b3c6
commit f9943b6b82
13 changed files with 866 additions and 438 deletions

View File

@@ -9,7 +9,6 @@
*/
module.exports.detectType = function(text,a){
if(text.match(/^\s*sequenceDiagram/)){
console.log('Detected sequenceDiagram syntax');
return "sequenceDiagram";
}