## Work in progress.

Implemented directives per PR review comment:

%%{directive: json-encoded-arg-string}%%

example:

%%{init: { 'logLevel': 0, 'theme': 'dark' }}%%

Also changed wrap and config to directives:

%%{wrap}%%
%%{config: { 'fontSize': 18 }}%%
This commit is contained in:
Chris Moran
2020-06-11 15:31:59 -04:00
parent dba617a7fe
commit 04b4da0c75
18 changed files with 1619 additions and 845 deletions

View File

@@ -78,8 +78,6 @@ text.actor > tspan {
.noteText {
fill: $actorBkg;
stroke: none;
font-family: 'trebuchet ms', verdana, arial, var(--mermaid-font-family);
font-size: 14px;
}
.activation0 {