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 30b46c8 commit 11f4b67Copy full SHA for 11f4b67
.github/workflows/ci.yml
@@ -32,7 +32,8 @@ jobs:
32
mkdocs-material-
33
- run: >
34
pip install
35
- mkdocs-material
+ markdown_grid_tables
36
mkdocs-git-revision-date-localized-plugin
37
+ mkdocs-material
38
mkdocs-print-site-plugin
39
- run: mkdocs gh-deploy --force
mkdocs.yml
@@ -126,6 +126,7 @@ extra_css:
126
markdown_extensions:
127
- admonition
128
- pymdownx.superfences
129
+ - markdown_grid_tables
130
- toc:
131
title: Page Contents
132
permalink: true
requirements.txt
@@ -1,4 +1,5 @@
1
mkdocs
2
-mkdocs-material
+markdown_grid_tables
3
4
+mkdocs-material
5
0 commit comments