8000
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.
1 parent edfbfdf commit ba73916Copy full SHA for ba73916
docs/extensions/codehilite.md
@@ -130,7 +130,16 @@ The [Tabbed][4] extension which is part of the [PyMdown Extensions][5]
130
package adds support for grouping Markdown blocks with tabs. This is especially
131
useful for documenting projects with multiple language bindings.
132
133
-Example:
+Add the Tabbed and SuperFences extentions to `mkdocs.yml`:
134
+
135
+``` yaml
136
+markdown_extensions:
137
+ - codehilite
138
+ - pymdownx.tabbed
139
+ - pymdownx.superfences
140
+```
141
142
+Add your tabbed code to your markdown file. Example:
143
144
````
145
=== "Bash"
0 commit comments