Skip to content

Commit cae9399

Browse files
authored
Remove empty members box in Mermaid class diagram (#77)
mermaid-js/mermaid#3139
1 parent 8105d92 commit cae9399

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

_posts/2024-10-25-adr-templates.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ categories: [adr]
99
The following UML class diagram shows that many templates for ADR capturing exist, including (but not limited to) MADR, Nygardian ADRs, and Y-Statements:
1010

1111
```mermaid
12+
---
13+
config:
14+
class:
15+
hideEmptyMembersBox: true
16+
---
1217
classDiagram
1318
direction TB
1419
class ADR {

0 commit comments

Comments
 (0)