Changelog
- 9a3a398 Add East Asian locale test for sequence diagram rendering
- b0c5139 Add graph label normalization helper
- a57808e Fix EastAsian test to not rely on environment variable
- cf2945b Fix sequence diagram participant spacing in Unicode mode
- 2955c2e Merge pull request #48 from ColtWindy/fix/sequence-participant-spacing
- 44d4200 Merge pull request #51 from salmanmkc/upgrade-github-actions-node24
- 8664fe2 Merge pull request #52 from salmanmkc/upgrade-github-actions-node24-general
- b5d02c3 Merge pull request #57 from pancsta/master
- a307c1a Merge pull request #58 from PeronGH/master
- 25379c2 Upgrade GitHub Actions for Node 24 compatibility
- 7832587 Upgrade GitHub Actions to latest versions
- 2dcf2df feat: parse explicit subgraph titles
- e64f955 feat: parse graph node labels and escaped newlines
- af90d5a feat: render explicit subgraph titles
- 6ab2af2 feat: render multiline graph node labels
- 66b8b24 fix: preserve explicit labels across bare references
- ee20c36 fix: preserve graph label widths for wide runes
- 8333926 fix: separate bidirectional edge labels
- 6a82c31 fix: separate duplicate edge labels
- da86179 fix: support literal newlines in node labels
- c452d40 refac: export /internal as /pkg
- 043ddfe refac: remove graph render state from globals
- d5f05e1 refac: retain graph node metadata separately
- 6e2bf3d style: gofmt struct fields