* develop:
[autofix.ci] apply automated fixes
[autofix.ci] apply automated fixes
docs: Test autofix.ci
chore: Remove update step from lint.yml
Add autofix.ci
fix: double space in wrapped sequence diagram messages
chore: update browsers list
chore(deps): update eslint
chore: move abs below return check
fix: Handle negative numbers in `formatBytes`
chore: Use single quotes
fix: emphasis => em
fix: Handle spaces after newline
test: Change emphasis to em
chore: Fix emphasis type
feat: Use marked instead of mdast-util-from-markdown
Add Madness to integrations-community.md
* '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
...