dirty fix Markdown images
This commit is contained in:
@@ -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">
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user