* develop: (101 commits)
Add extra test
Add visual test
Wait for image to be rendered
Update docs
Linting
chore: temp fix for eslint OOM
chore: Update error snapshots
Fix ESLint
chore: Prettier
chore: YOLO `pnpm --recursive update`
chore: Remove commitlint
Fix flowchart-elk render test
chore: Add example page link in index
Fix flowchart-elk render test
chore: Add example page link in index
fix: Remove space which caused extra newline on diagrams
fix: Remove repeated config calls
fix: ELK diagram remove re-parsing
chore: Minor fixes#4856
chore: Increase ESLint memory limit
...
* develop:
Wait for image to be rendered
Fix flowchart-elk render test
chore: Add example page link in index
fix: ELK diagram remove re-parsing
Added linting
fixed title bounds calculation, removed extra title from merging issues
Centered Title function and changed rendering order for Elk flowchart to find Boundingbox
Fixed styling for lines for ELK flowchart
* 'develop' of https://github.com/mermaid-js/mermaid:
Fix flowchart-elk render test
chore: Add example page link in index
fix: ELK diagram remove re-parsing
Added linting
fixed title bounds calculation, removed extra title from merging issues
Centered Title function and changed rendering order for Elk flowchart to find Boundingbox
Fixed styling for lines for ELK flowchart
* develop: (21 commits)
Linting
chore: temp fix for eslint OOM
chore: Update error snapshots
Fix ESLint
chore: Prettier
chore: YOLO `pnpm --recursive update`
chore: Remove commitlint
Fix flowchart-elk render test
chore: Add example page link in index
chore: Remove cy.viewport
fix: Cypress test for Suppress Error
fix: Race condition when running suppressError test.
fix: Retain default behavior when rendering errors cases
chore: Add suppressErrorRendering to secure flags.
fix: Remove blank SVG
docs: Rebuild
Add test
Add test
chore: Add suppressErrorRendering to config
Throw error when detecting diagram type failed and `suppressErrorRendering` is set
...