Adding some test pages

This commit is contained in:
Knut Sveidqvist
2019-08-20 20:07:12 +02:00
parent 980749536b
commit a3142aad69
8 changed files with 100 additions and 15 deletions

View File

@@ -105,7 +105,7 @@ const config = {
htmlLabels: true,
/**
* **Default value linear**.
* How mermaid renders curves for flowcharts. Possibel values are basis, linear and cardinal. **Default value linear**.
*/
curve: 'linear'
},
@@ -301,6 +301,8 @@ function parse (text) {
break
case 'info':
logger.debug('info info info')
console.warn('In API', pkg.version)
parser = infoParser
parser.parser.yy = infoDb
break