Merge branch 'develop' into mindmaps-and-elk-updates

This commit is contained in:
Knut Sveidqvist
2025-09-10 10:42:24 +02:00
committed by GitHub
4 changed files with 19 additions and 83 deletions

View File

@@ -228,25 +228,21 @@ root
`mindmap
id1[\`**Start** with
a second line 😎\`]
id2[\`The dog in **the** hog... a *very long text* about it
Word!\`]
`
id2[\`The dog in **the** hog... a *very long text* about it Word!\`]`
);
});
});
describe('Include char sequence "graph" in text (#6795)', () => {
it('has a label with char sequence "graph"', () => {
imgSnapshotTest(
`
mindmap
` mindmap
root
Photograph
Waterfall
Landscape
Geography
Mountains
Rocks
`,
Rocks`,
{ flowchart: { defaultRenderer: 'elk' } }
);
});