We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfbf3df commit 76f893cCopy full SHA for 76f893c
src/assets/js/main.js
@@ -105,7 +105,6 @@ function __formatHTML(container) {
105
* @param {HTMLElement} container Container element where tables are located.
106
*/
107
function __setScrollableTables(container) {
108
- console.log(container);
109
container.querySelectorAll('table').forEach((table) => {
110
table.classList.add('markdown-table');
111
const wrapper = document.createElement('div');
0 commit comments