mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Merge branch 'master' of github.com:squidfunk/mkdocs-material
This commit is contained in:
commit
1606052cd7
@ -130,7 +130,16 @@ The [Tabbed][4] extension which is part of the [PyMdown Extensions][5]
|
|||||||
package adds support for grouping Markdown blocks with tabs. This is especially
|
package adds support for grouping Markdown blocks with tabs. This is especially
|
||||||
useful for documenting projects with multiple language bindings.
|
useful for documenting projects with multiple language bindings.
|
||||||
|
|
||||||
Example:
|
Add the Tabbed and SuperFences extensions to `mkdocs.yml`:
|
||||||
|
|
||||||
|
``` yaml
|
||||||
|
markdown_extensions:
|
||||||
|
- codehilite
|
||||||
|
- pymdownx.tabbed
|
||||||
|
- pymdownx.superfences
|
||||||
|
```
|
||||||
|
|
||||||
|
Add your tabbed code to your markdown file. Example:
|
||||||
|
|
||||||
````
|
````
|
||||||
=== "Bash"
|
=== "Bash"
|
||||||
|
Loading…
Reference in New Issue
Block a user