File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Powermon Logic
5
5
6
6
.. mermaid ::
7
7
:zoom:
8
- :config: {"mermaid_output_format ": "svg "}
8
+ :config: {"theme ": "base "}
9
9
10
10
classDiagram
11
11
direction LR
Original file line number Diff line number Diff line change 25
25
const mermaids_to_add_zoom = 1 === - 1 ? all_mermaids . length : 1 ;
26
26
const mermaids_processed = document . querySelectorAll ( ".mermaid[data-processed='true']" ) ;
27
27
if ( mermaids_to_add_zoom > 0 ) {
28
- var svgs = d3 . selectAll ( ".mermaid[data-zoom-id=id-8545f97e-3454-447b-8a6f-c45b0223c175 ] svg" ) ;
28
+ var svgs = d3 . selectAll ( ".mermaid[data-zoom-id=id-905389ca-75e0-4f38-8925-742894cb8329 ] svg" ) ;
29
29
if ( all_mermaids . length !== mermaids_processed . length ) {
30
30
// try again in a sec, wait for mermaids to load
31
31
setTimeout ( load , 200 ) ;
208
208
209
209
< section id ="powermon-logic ">
210
210
< h1 > Powermon Logic< a class ="headerlink " href ="#powermon-logic " title ="Link to this heading "> ¶</ a > </ h1 >
211
- < pre data-zoom-id ="id-8545f97e-3454-447b-8a6f-c45b0223c175 " class ="mermaid ">
211
+ < pre data-zoom-id ="id-905389ca-75e0-4f38-8925-742894cb8329 " class ="mermaid ">
212
212
---
213
213
config:
214
- mermaid_output_format: svg
214
+ theme: base
215
215
216
216
---
217
217
classDiagram
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Powermon Logic
5
5
6
6
.. mermaid ::
7
7
:zoom:
8
- :config: {"mermaid_output_format ": "svg "}
8
+ :config: {"theme ": "base "}
9
9
10
10
classDiagram
11
11
direction LR
You can’t perform that action at this time.
0 commit comments