Post about MWM:DU, LI component
All checks were successful
Build and Deploy to Web Server / deploy (push) Successful in 5m1s

This commit is contained in:
2025-11-26 17:48:11 +10:30
parent 01153e087a
commit 3f2e1fa340
4 changed files with 127 additions and 1 deletions

View File

@@ -0,0 +1,2 @@
<span class="block p-0.5"><span class="text-primary pr-2">•</span><slot /></span
>

View File

@@ -52,6 +52,7 @@ import H4 from "@components/MDX/H4.astro";
import H5 from "@components/MDX/H5.astro";
import H6 from "@components/MDX/H6.astro";
import IMG from "@components/MDX/IMG.astro";
import LI from "@components/MDX/LI.astro";
import P from "@components/MDX/P.astro";
---
@@ -144,7 +145,8 @@ import P from "@components/MDX/P.astro";
h6: H6,
blockquote: Blockquote,
pre: CodeSnippet,
img: IMG
img: IMG,
li: LI
}}
/>
</div>