This commit is contained in:
waifu 2024-06-01 21:59:54 -03:00
parent 16fdac22cd
commit af216ac962

View file

@ -30,7 +30,7 @@
}) })
.then(text => { .then(text => {
const mainContent = document.getElementById('mainContent'); const mainContent = document.getElementById('mainContent');
mainContent.innerHTML = marked.parse(text); // Changed to marked.parse mainContent.innerHTML = marked.parse(text);
}) })
.catch(error => { .catch(error => {
console.error('Error loading content:', error); console.error('Error loading content:', error);