dirty fix Markdown images

This commit is contained in:
2024-07-11 18:49:18 +02:00
parent 750583a217
commit fca39b047d
12 changed files with 20 additions and 4 deletions
+2
View File
@@ -29,6 +29,8 @@
content = [...parsedMarkdown.body.children];
// content.forEach((element) => console.log(element.nodeName));
});
//have to impelment correct relative img path's
</script>
<div class="markdown">
+1 -1
View File
@@ -13,6 +13,6 @@
</ImageTile>
<main class="flex items-center justify-center pt-8 bg-black min-h-screen px-12">
<section class="max-w-screen-md">
<Markdown src="/Brief.md" />
<Markdown src="/brief/Brief.md" />
</section>
</main>
+1 -1
View File
@@ -13,6 +13,6 @@
</ImageTile>
<main class="flex items-center justify-center pt-8 bg-black min-h-screen px-12">
<section class="max-w-screen-md">
<Markdown src="/Fotos.md" />
<Markdown src="/fotos/Fotos.md" />
</section>
</main>
+1 -1
View File
@@ -13,6 +13,6 @@
</ImageTile>
<main class="flex items-center justify-center pt-8 bg-black min-h-screen px-12">
<section class="max-w-screen-md">
<Markdown src="/Informatik.md" />
<Markdown src="/informatik/Informatik.md" />
</section>
</main>
+1 -1
View File
@@ -13,6 +13,6 @@
</ImageTile>
<main class="flex items-center justify-center pt-8 bg-black min-h-screen px-12">
<section class="max-w-screen-md">
<Markdown src="/Musig.md" />
<Markdown src="/musig/Musig.md" />
</section>
</main>