mirror of
https://gh.wpcy.net/https://github.com/serpwings/static-wordpress.git
synced 2026-05-01 16:02:54 +08:00
8 lines
195 B
JavaScript
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');
|