We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b71335f + 36f1039 commit e4b6ab8Copy full SHA for e4b6ab8
RELEASE_NOTES.md
@@ -17,4 +17,4 @@
17
18
## Bug Fixes
19
20
-<!-- Here goes notable bug fixes that are worth a special mention or explanation -->
+- Fix rendering of diagrams in the documentation.
mkdocs.yml
@@ -76,7 +76,7 @@ markdown_extensions:
76
custom_fences:
77
- name: mermaid
78
class: mermaid
79
- format: "!!python/name:pymdownx.superfences.fence_code_format"
+ format: !!python/name:pymdownx.superfences.fence_code_format
80
- pymdownx.tabbed
81
- pymdownx.tasklist
82
- toc:
0 commit comments