* develop:
chore: Update docs
chore: Add argos token to cypress config.
chore: Remove cy.get('svg') calls
Explain line breaks in `sequenceDiagram.md`
add integration test
fix note z position
Correct the System_Boundary stereotype
* 'master' of https://github.com/mermaid-js/mermaid:
chore: Fix link
Update docs
fixup, docs: update plugin's name
Update docs
Changed Mermaid Chart GPT plugin's name
Updated Mermaid Chart ChatGPT plugin link
run the pnpm --filter mermaid run docs:build command
Update flowchart.md
Lint fix
Fix for proper handling of block-diagram labels
Fix for proper handling of block-diagram labels
docs: Add blog post - Documentation Software (#5519)
update content
add ai blog post
- Updated the regex to allow either 'checkout' or 'switch'
2. Changes to gitGraphParser.spec.js
- Additional test coverage added for the changes made to the parser.
3. Changes to gitGraphParserV2.spec.js
- Additional test coverafe added for the changes made to the parser.
4. Changes to gitgraph.md
- Updated documentation to let users know that checkout/switch can be used interchangeably.
* 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
...