Deployed afe7a70 with MkDocs version: 1.1.2

This commit is contained in:
2021-03-04 18:17:29 +00:00
commit c418c03800
53 changed files with 13488 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
app.document$.subscribe(() => {
const tables = document.querySelectorAll('article table');
tables.forEach(table => {
new Tablesort(table);
});
});