@@ -33,11 +33,12 @@ pip install -e.
33
33
npm install @mermaid-js/mermaid-cli
34
34
```
35
35
36
- - don't forget to the configuration for mmdc in config.yml
36
+ - don't forget to the configuration for mmdc path in config.yml
37
37
38
38
``` yml
39
- puppeteer_config : " ./config/puppeteer-config.json"
40
- path : " ./node_modules/.bin/mmdc"
39
+ mermaid :
40
+ puppeteer_config : " ./config/puppeteer-config.json"
41
+ path : " ./node_modules/.bin/mmdc"
41
42
` ` `
42
43
43
44
- if ` pip install -e.` fails with error `[Errno 13] Permission denied: '/usr/local/lib/python3.11/dist-packages/test-easy-install-13129.write-test'`, try instead running `pip install -e. --user`
@@ -61,7 +62,7 @@ pip install -e.
61
62
62
63
- **modify `config2.yaml`**
63
64
64
- uncomment mermaid.engine from config2.yaml and change it to `playwright`
65
+ change mermaid.engine to `playwright`
65
66
66
67
` ` ` yaml
67
68
mermaid:
@@ -91,7 +92,7 @@ pip install -e.
91
92
92
93
- **modify `config2.yaml`**
93
94
94
- uncomment mermaid.engine from config2.yaml and change it to `pyppeteer`
95
+ change mermaid.engine to `pyppeteer`
95
96
96
97
` ` ` yaml
97
98
mermaid:
@@ -100,13 +101,13 @@ pip install -e.
100
101
101
102
- mermaid.ink
102
103
- **modify `config2.yaml`**
103
-
104
- uncomment mermaid.engine from config2.yaml and change it to `ink`
104
+
105
+ change mermaid.engine to `ink`
105
106
106
107
` ` ` yaml
107
108
mermaid:
108
109
engine: ink
109
110
` ` `
110
111
111
112
Note : this method does not support pdf export.
112
-
113
+
0 commit comments