Skip to content

Commit 010a501

Browse files
committed
enable rendering of Mermaid diagrams (used in Overview of ROCm ecosystem)
1 parent 51c5fce commit 010a501

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)