This repository has been archived on 2025-05-08. You can view files and clone it, but cannot push or open issues or pull requests.
megawatt-manual/site/js/theme_extra.js
Tristan Smith b7b2f4b503 site
2024-09-03 18:13:47 -04:00

9 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');