File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,10 @@ For advanced Markdown features of Material for MkDocs see their [reference pages
33
33
34
34
- [ Math formulas with MathJax] ( https://squidfunk.github.io/mkdocs-material/reference/mathjax/#usage )
35
35
Notice that you need to have an empty line before and after a ` $$ ` math block.
36
- - [ Data tables] ( https://squidfunk.github.io/mkdocs-material/reference/data-tables/#usage )
36
+ - [ Code blocks] ( https://squidfunk.github.io/mkdocs-material/reference/code-blocks/#usage ) for code snippets.
37
+ - [ Admonitions] ( https://squidfunk.github.io/mkdocs-material/reference/admonitions/#usage ) (e.g. to decor theorems, proofs, problem examples).
38
+ - [ Content tabs] ( https://squidfunk.github.io/mkdocs-material/reference/content-tabs/#usage ) (e.g. for code examples in several languages).
39
+ - [ Data tables] ( https://squidfunk.github.io/mkdocs-material/reference/data-tables/#usage ) .
37
40
38
41
However not everything of the features should be used, and some of the features are not enabled or require a paid subscription.
39
42
You can’t perform that action at this time.
0 commit comments