We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
mkdocs.yml
1 parent bf30d50 commit f2fe72bCopy full SHA for f2fe72b
1 file changed
docs/en/mkdocs.yml
@@ -290,7 +290,10 @@ markdown_extensions:
290
format: !!python/name:pymdownx.superfences.fence_code_format ''
291
pymdownx.tilde: null
292
pymdownx.blocks.admonition:
293
+ # TODO: remove types section (with custom types) once translations are migrated to
294
+ # not use custom types too
295
types:
296
+ # Default types
297
- note
298
- attention
299
- caution
@@ -299,6 +302,7 @@ markdown_extensions:
302
- tip
300
303
- hint
301
304
- warning
305
+ # Custom types
306
- info
307
- check
308
pymdownx.blocks.details: null
0 commit comments