Skip to content

Commit d431372

Browse files
committed
enabling diagram examples
1 parent b06465a commit d431372

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ model Post {
4747

4848
With a plugin, it can produce a schema diagram like this:
4949

50-
```text
50+
```mermaid
5151
classDiagram
5252
class User {
5353
String id

docs/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ working directory.
9595

9696
You should now have `generated/schema.mmd`:
9797

98-
```text
98+
```mermaid
9999
classDiagram
100100
class User {
101101
String id

0 commit comments

Comments
 (0)