megawatt-manual/site/js/theme_extra.js
Tristan Smith b7b2f4b503 site
2024-09-03 18:13:47 -04:00

8 lines
195 B
JavaScript

/*
* 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');