The current sequenceDiagram.md documents a "Start and Increment values" subsection under autonumber with the heading (v<MERMAID_RELEASE_VERSION>+) — a placeholder that was never replaced with the actual version number before the file was published. This means users cannot determine which version of Mermaid introduced support for autonumber syntax.
Every other versioned feature in the same file correctly uses a real version number such as (v10.3.0+) or (v11.0.0+). The documentation in sequenceDiagram.md should be updated to replace the placeholder <MERMAID_RELEASE_VERSION> with the correct version number in which this feature was shipped.
In association with Issue #7412 and PR #7519.
The current sequenceDiagram.md documents a "Start and Increment values" subsection under autonumber with the heading (v<MERMAID_RELEASE_VERSION>+) — a placeholder that was never replaced with the actual version number before the file was published. This means users cannot determine which version of Mermaid introduced support for autonumber syntax.
Every other versioned feature in the same file correctly uses a real version number such as (v10.3.0+) or (v11.0.0+). The documentation in sequenceDiagram.md should be updated to replace the placeholder <MERMAID_RELEASE_VERSION> with the correct version number in which this feature was shipped.
In association with Issue #7412 and PR #7519.