Skip to content

Commit

Permalink
Render mermaid via code blocks, instead of shortcodes (#286)
Browse files Browse the repository at this point in the history
  • Loading branch information
jarrodmillman authored Oct 30, 2023
1 parent f98fbca commit 8eb294b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[build.environment]
PYTHON_VERSION = "3.8" # netlify currently only support 2.7 and 3.8
HUGO_VERSION = "0.119.0"
HUGO_VERSION = "0.120.1"
DART_SASS_VERSION = "1.69.4"
DART_SASS_URL = "https://github.com/sass/dart-sass/releases/download/"

Expand Down
4 changes: 2 additions & 2 deletions purpose-and-process/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ its development and implementation:
**Accept**, **Endorse**, and **Adopt**.

<!-- prettier-ignore-start -->
{{<mermaid>}}
```mermaid
graph LR
START[ ]--> |Propose| A[Accept]
Expand All @@ -111,7 +111,7 @@ click C callback "Ecosystem Action"
style START fill:#FFFFFF, stroke:#FFFFFF;
{{</mermaid>}}
```
<!-- prettier-ignore-end -->

The **accept decision** is made by the Steering Committee and means the proposed SPEC is
Expand Down
4 changes: 2 additions & 2 deletions spec-0000/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@ The situation has since improved due to improved installations via binary wheels

### Support Window

{{< mermaid >}}
```mermaid
{{< include-raw "chart.md" >}}
{{< /mermaid >}}
```

### Drop Schedule

Expand Down

0 comments on commit 8eb294b

Please sign in to comment.