We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a3ff9a commit 0ba2ad7Copy full SHA for 0ba2ad7
1 file changed
mkdocs.yml
@@ -77,9 +77,13 @@ markdown_extensions:
77
- attr_list
78
- pymdownx.emoji
79
- pymdownx.inlinehilite
80
- - pymdownx.superfences
+ - pymdownx.superfences:
81
+ custom_fences:
82
+ - name: mermaid
83
+ class: mermaid
84
+ format: !!python/name:pymdownx.superfences.fence_code_format
85
-copyright: Copyright © 2021 Amazon Web Services
86
+copyright: Copyright © 2022 Amazon Web Services
87
88
plugins:
89
- git-revision-date
@@ -95,3 +99,4 @@ extra:
95
99
version:
96
100
provider: mike
97
101
default: latest
102
+
0 commit comments