Deployed 61d6bc8 with MkDocs version: 1.4.2

This commit is contained in:
CaCO3
2023-01-02 23:01:09 +01:00
parent e209a7181c
commit 00a48c947b
37 changed files with 7017 additions and 4 deletions

8
js/theme_extra.js Normal file
View File

@@ -0,0 +1,8 @@
/*
* Assign 'docutils' class to tables so styling and
* JavaScript behavior is applied.
*
* https://github.com/mkdocs/mkdocs/issues/2028
*/
$('div.rst-content table').addClass('docutils');