Skip to content

Commit 54a8b10

Browse files
authored
Merge pull request #473 from boegel/rocm
enable rendering of Mermaid diagrams (used in Overview of ROCm ecosystem)
2 parents 464da86 + 010a501 commit 54a8b10

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

mkdocs.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,11 @@ markdown_extensions:
112112
# support for using MarkDown in HTML
113113
- md_in_html
114114
# code blocks with syntax highlighting, graphs
115-
- pymdownx.superfences
115+
- pymdownx.superfences:
116+
custom_fences:
117+
- name: mermaid
118+
class: mermaid
119+
format: !!python/name:pymdownx.superfences.fence_code_format
116120
# line numbers
117121
- pymdownx.highlight:
118122
anchor_linenums: true

0 commit comments

Comments
 (0)