docs: support tabs (#576)

* docs: support tabs

* Get superfences working

* Use an 'admonition' as a tab, add some styling

* docs: reorder tabs and modernize

* docs: tabbed options settings

* docs: reorder to match order in other places

* docs: correct the example

* Apply suggestions from code review (lazy edits in GH :) )

* Update mkdocs-include-markdown-plugin and remove unneeded include option

Co-authored-by: Joe Rickerby <joerick@mac.com>
This commit is contained in:
Henry Schreiner
2021-02-12 11:08:43 -05:00
committed by GitHub
co-authored by Joe Rickerby
parent bb14c67835
commit 58c5e56e9f
7 changed files with 297 additions and 70 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ from setuptools import setup
extras = {
"docs": [
"mkdocs-include-markdown-plugin==2.1.1",
"mkdocs-include-markdown-plugin==2.8.0",
"mkdocs==1.0.4",
"pymdown-extensions",
],