mirror of
https://github.com/JonasunderscoreJones/blog.jonasjones.dev.git
synced 2025-10-22 18:49:19 +02:00
added some verbose logging
This commit is contained in:
parent
fe611f9ba7
commit
b8c01cd59d
1 changed files with 1 additions and 0 deletions
|
@ -67,6 +67,7 @@
|
|||
|
||||
if (await content.ok) {
|
||||
let markdowncontent = await content.text();
|
||||
console.log("MarkdownContent: " + markdowncontent);
|
||||
markdowncontent = await marked.parse(removePostVars(markdowncontent));
|
||||
const markdowncontentElement = document.getElementById('markdowncontent');
|
||||
if (markdowncontentElement) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue