From ba73916981c145b53e571f4ec4c7a0b5babe84db Mon Sep 17 00:00:00 2001 From: Deborah Date: Thu, 18 Jun 2020 14:19:22 +0100 Subject: [PATCH] Fixed typo --- docs/extensions/codehilite.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/docs/extensions/codehilite.md b/docs/extensions/codehilite.md index bbaed76df..b156a1e63 100644 --- a/docs/extensions/codehilite.md +++ b/docs/extensions/codehilite.md @@ -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 useful for documenting projects with multiple language bindings. -Example: +Add the Tabbed and SuperFences extentions to `mkdocs.yml`: + +``` yaml +markdown_extensions: + - codehilite + - pymdownx.tabbed + - pymdownx.superfences +``` + +Add your tabbed code to your markdown file. Example: ```` === "Bash"