trphoenix
2025-04-20 06d7bb640b5da45d9d1a7fe7530a51b8075b0c8f
1
2
3
4
5
6
7
8
/*
 * 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');