vscode-markdown-preview-enhanced
vscode-markdown-preview-enhanced copied to clipboard
mermaid / C4Context Diagram Syntax is missing
The C4 Context Diagram is missing from the bundled mermaid plugin. Maybe the plugin needs to be updated.
C4Context
title System Context diagram for Internet Banking System
Enterprise_Boundary(b0, "BankBoundary0") {
Person(customerA, "Banking Customer A", "A customer of the bank, with personal bank accounts.")
}
Error:
Parse error on line 1:
C4Context title
^
Expecting 'open_directive', 'NEWLINE', 'SPACE', 'GRAPH', got 'ALPHA'
should be:
C4Context
title System Context diagram for Internet Banking System
Enterprise_Boundary(b0, "BankBoundary0") {
Person(customerA, "Banking Customer A", "A customer of the bank, with personal bank accounts.")
}