iso-profiles/a/rescue/live-overlay/srv/http/js/theme_extra.js
Frede Hundewadt 9f7cefc315 Revert "experimenting"
This reverts commit ce220542f4.
2024-03-10 18:34:43 +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');