#1252 Adding confuration options and some cleanup, swicth of graphType from git to gitGraph

This commit is contained in:
Knut Sveidqvist
2022-04-07 18:22:06 +02:00
parent 57ac111d05
commit 87b56bdd9a
11 changed files with 254 additions and 444 deletions

View File

@@ -210,7 +210,7 @@ export const detectType = function (text, cnf) {
}
if (text.match(/^\s*gitGraph/)) {
return 'git';
return 'gitGraph';
}
if (text.match(/^\s*flowchart/)) {
return 'flowchart-v2';