You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello Mermaid team,
I would like to request a new feature for the ER diagram syntax in Mermaid.js. Currently, it is possible to add comments to individual attributes within an entity, but there is no syntax to comment on the entire entity itself. This feature would be very useful for providing high-level descriptions or notes about the entity as a whole.
Example
Proposed Syntax: I propose adding a new syntax to allow comments at the entity level.
For example:
erDiagram
Dog {
%% This is a comment for the entire Dog entity
uuid PK
varchar(50) name
varchar(100) owner
}
This would render a separate line with a box with the comment
Screenshots
No response
The text was updated successfully, but these errors were encountered:
Proposal
Hello Mermaid team,
I would like to request a new feature for the ER diagram syntax in Mermaid.js. Currently, it is possible to add comments to individual attributes within an entity, but there is no syntax to comment on the entire entity itself. This feature would be very useful for providing high-level descriptions or notes about the entity as a whole.
Example
Proposed Syntax: I propose adding a new syntax to allow comments at the entity level.
For example:
erDiagram
Dog {
%% This is a comment for the entire Dog entity
uuid PK
varchar(50) name
varchar(100) owner
}
This would render a separate line with a box with the comment
Screenshots
No response
The text was updated successfully, but these errors were encountered: