Skip to content

Commit ccff40e

Browse files
authored
Revise title and description for diagrams section
Updated the title and description for the diagrams guide.
1 parent 7b08256 commit ccff40e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/guides/markdown-features/markdown-features-diagrams.mdx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
---
2+
title: Diagrams
23
id: diagrams
34
title: Diagrams
45
description: Writing diagrams with Mermaid
56
slug: /markdown-features/diagrams
67
---
78

8-
# Diagrams
9-
109
Visualize your ideas directly inside Markdown using **[Mermaid](https://mermaid-js.github.io/mermaid/)**. Mermaid lets you create flowcharts, sequence diagrams, class diagrams, and more, using a simple text syntax.
1110

1211
<AdsComponent />
@@ -153,4 +152,4 @@ config:
153152
graph TD;
154153
A-->B;
155154
B-->C;
156-
```
155+
```

0 commit comments

Comments
 (0)