feat(https): use https in SVGs

This commit is contained in:
Daniel Thompson-Yvetot
2019-09-19 20:53:42 +02:00
parent e40e1da292
commit f30f607b0c
5 changed files with 17 additions and 17 deletions

View File

@@ -1,5 +1,5 @@
/** mermaid
* http://knsv.github.io/mermaid/
* https://knsv.github.io/mermaid
* (c) 2015 Knut Sveidqvist
* MIT license.
*/
@@ -48,10 +48,10 @@ line
;
statement
: STR VALUE {
: STR VALUE {
console.log('str:'+$1+' value: '+$2)
yy.addSection($1,yy.cleanupValue($2)); }
| title {yy.setTitle($1.substr(6));$$=$1.substr(6);}
| title {yy.setTitle($1.substr(6));$$=$1.substr(6);}
;
%%
%%