1
0
Fork 0
gitlint/docs/extra.js

5 lines
178 B
JavaScript
Raw Permalink Normal View History

document.addEventListener("DOMContentLoaded", function () {
document.querySelectorAll("table").forEach(function (table) {
table.classList.add("docutils");
});
});