1
0
mirror of https://github.com/avinal/avinal.github.io.git synced 2026-07-03 23:30:09 +05:30

fix some bugs

This commit is contained in:
2022-09-14 17:20:25 +05:30
parent f325dafde1
commit c954347451
5 changed files with 26 additions and 28 deletions
+1 -3
View File
@@ -68,9 +68,7 @@
return Prism.highlight(code, grammar, lang);
}
})
document.getElementById("insert-here").innerHTML = marked.parse(markdowndata, function () {
renderSuccess = true;
});
document.getElementById("insert-here").innerHTML = marked.parse(markdowndata);
// document.getElementById("toc-entries").innerHTML = toc;
});
+1 -1
View File
@@ -56,7 +56,7 @@ a {
img,
picture {
display: block;
/* display: block; */
max-width: 100%
}