#1033 Better handling of multiline notes

This commit is contained in:
Knut Sveidqvist
2019-10-27 17:16:29 +01:00
parent b113436055
commit 034a7c424d
2 changed files with 14 additions and 8 deletions

View File

@@ -7,13 +7,14 @@ describe('State diagram', () => {
`
stateDiagram
State1: The state with a note
note right of State1
Important information! You\ncan write
notes with multiple lines...
Here is another line...
And another line...
end note
`,
{}
);
});
});
// note right of State1
// Important information! You\ncan write
// notes with multiple lines...
// Here is another line...
// end note