8000 Fixed typo · squidfunk/mkdocs-material@ba73916 · GitHub
[go: up one dir, main page]

Skip to content

Commit ba73916

Browse files
Deborahsquidfunk
authored andcommitted
Fixed typo
1 parent edfbfdf commit ba73916

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

docs/extensions/codehilite.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,16 @@ The [Tabbed][4] extension which is part of the [PyMdown Extensions][5]
130130
package adds support for grouping Markdown blocks with tabs. This is especially
131131
useful for documenting projects with multiple language bindings.
132132
133-
Example:
133+
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:
134143

135144
````
136145
=== "Bash"

0 commit comments

Comments
 (0)
0