iso-profiles/a/rescue/desktop-overlay-unused/srv/http/js/theme_extra.js
2024-03-06 12:10:23 +01: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');