File tree 4 files changed +7
-7
lines changed 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ Presentation <b>slide</b>s for <b>dev</b>elopers 🧑💻👩💻👨
44
44
- 🎙 [ ** Presenter Mode** ] ( https://sli.dev/guide/ui#presenter-mode ) - use another window, or even your phone to control your slides
45
45
- 🎨 [ ** Drawing** ] ( https://sli.dev/features/drawing ) - draw and annotate on your slides
46
46
- 🧮 [ ** LaTeX** ] ( https://sli.dev/features/latex ) - built-in LaTeX math equations support
47
- - 📰 [ ** Diagrams** ] ( https://sli.dev/guide/syntax#diagrams ) - creates diagrams using textual descriptions with [ Mermaid.js ] ( https://mermaid.js.org/ )
47
+ - 📰 [ ** Diagrams** ] ( https://sli.dev/guide/syntax#diagrams ) - creates diagrams using textual descriptions with [ Mermaid] ( https://mermaid.js.org/ )
48
48
- 🌟 [ ** Icons** ] ( https://sli.dev/features/icons ) - access to icons from any icon set directly
49
49
- 💻 [ ** Editor** ] ( https://sli.dev/guide/index#editor ) - integrated editor, or the [ VSCode extension] ( https://sli.dev/features/vscode-extension )
50
50
- 🎥 [ ** Recording** ] ( https://sli.dev/features/recording ) - built-in recording and camera view
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ export default defineMermaidSetup(() => {
14
14
})
15
15
```
16
16
17
- The return value should be the custom configs for [ Mermaid.js ] ( https://mermaid.js.org/ ) . Refer to the [ Mermaid's documentation] ( http ://mermaid.js.org/config/schema-docs/config.html) or the type definition for the full config list.
17
+ The return value should be the custom configs for [ Mermaid] ( https://mermaid.js.org/ ) . Refer to the [ Mermaid documentation] ( https ://mermaid.js.org/config/schema-docs/config.html) or the type definition for the full config list.
18
18
19
19
## Custom theme/styles
20
20
Original file line number Diff line number Diff line change 1
1
---
2
2
relates :
3
- - Mermaid : http ://mermaid.js.org/
3
+ - Mermaid : https ://mermaid.js.org/
4
4
- Mermaid Live Editor : https://mermaid.live/
5
5
- Demo Slide : https://sli.dev/demo/starter/12
6
6
- features/plantuml
@@ -9,9 +9,9 @@ description: |
9
9
Create diagrams/graphs from textual descriptions, powered by Mermaid.
10
10
---
11
11
12
- # Mermaid.js Diagrams
12
+ # Mermaid Diagrams
13
13
14
- You can also create diagrams/graphs from textual descriptions in your Markdown, powered by [ Mermaid] ( https://mermaid- js.github.io/mermaid ) .
14
+ You can also create diagrams/graphs from textual descriptions in your Markdown, powered by [ Mermaid] ( https://mermaid. js.org/ ) .
15
15
16
16
Code blocks marked as ` mermaid ` will be converted to diagrams, for example:
17
17
@@ -34,4 +34,4 @@ C -->|Two| E[Result 2]
34
34
```
35
35
````
36
36
37
- Visit the [ Mermaid Website] ( http ://mermaid.js.org/) for more information.
37
+ Visit the [ Mermaid Website] ( https ://mermaid.js.org/) for more information.
Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ Slidev supports LaTeX blocks for mathematical and chemical formulas:
157
157
158
158
## Diagrams {#diagrams}
159
159
160
- Slidev supports [ Mermaid.js ] ( http ://mermaid.js.org/) and [ PlantUML] ( https://plantuml.com/ ) for creating diagrams from text:
160
+ Slidev supports [ Mermaid] ( https ://mermaid.js.org/) and [ PlantUML] ( https://plantuml.com/ ) for creating diagrams from text:
161
161
162
162
<LinkCard link =" features/mermaid " />
163
163
<LinkCard link =" features/plantuml " />
You can’t perform that action at this time.
0 commit comments