Info |
---|
The demo shown below was taken from the official Mermaid documentation. |
Confluence mermaid macro |
---|
download | true |
---|
searchText | requirementDiagram requirement test_req id text the test text risk high verifymethod test element test_entity type simulation test_entity satisfies test_req |
---|
download | true |
---|
fullscreen | true |
---|
panZoom | true |
---|
zoom | |
---|
theme | default |
---|
disableUseMaxWidth | |
---|
copy | true |
---|
exportWidth | |
---|
height | |
---|
|
requirementDiagram
requirement test_req {
id: 1
text: the test text.
risk: high
verifymethod: test
}
element test_entity {
type: simulation
}
test_entity - satisfies -> test_req |
...
Confluence prism macro |
---|
lineNumbers | true |
---|
showPreviews | true |
---|
downloadFilename | QuadrantChart.mmd |
---|
showPreviews | true |
---|
showInvisibles | |
---|
lineHighlightdialogTitle | |
---|
language | Mermaid |
---|
lineNumbersStart | |
---|
dialogTitle | Requirement diagram |
---|
limitHeight | |
---|
height | |
---|
clickableLinksheight | |
---|
|
requirementDiagram
requirement test_req {
id: 1
text: the test text.
risk: high
verifymethod: test
}
element test_entity {
type: simulation
}
test_entity - satisfies -> test_req |
...
👉 Check out the official Mermaid documentation here https://mermaid.js.org/syntax/requirementDiagram.html.