Skip to content

Commit 8eb294b

Browse files
Render mermaid via code blocks, instead of shortcodes (#286)
See - scientific-python/scientific-python-hugo-theme#338 - scientific-python/scientific-python.org#518
1 parent f98fbca commit 8eb294b

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[build.environment]
22
PYTHON_VERSION = "3.8" # netlify currently only support 2.7 and 3.8
3-
HUGO_VERSION = "0.119.0"
3+
HUGO_VERSION = "0.120.1"
44
DART_SASS_VERSION = "1.69.4"
55
DART_SASS_URL = "https://github.com/sass/dart-sass/releases/download/"
66

purpose-and-process/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ its development and implementation:
9898
**Accept**, **Endorse**, and **Adopt**.
9999

100100
<!-- prettier-ignore-start -->
101-
{{<mermaid>}}
101+
```mermaid
102102
graph LR
103103
104104
START[ ]--> |Propose| A[Accept]
@@ -111,7 +111,7 @@ click C callback "Ecosystem Action"
111111
112112
style START fill:#FFFFFF, stroke:#FFFFFF;
113113
114-
{{</mermaid>}}
114+
```
115115
<!-- prettier-ignore-end -->
116116

117117
The **accept decision** is made by the Steering Committee and means the proposed SPEC is

spec-0000/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@ The situation has since improved due to improved installations via binary wheels
6565

6666
### Support Window
6767

68-
{{< mermaid >}}
68+
```mermaid
6969
{{< include-raw "chart.md" >}}
70-
{{< /mermaid >}}
70+
```
7171

7272
### Drop Schedule
7373

0 commit comments

Comments
 (0)