Feat/add weekly notes 10 #10

Merged
wonderfulfrog merged 9 commits from feat/add-weekly-notes-10 into main 2024-11-21 22:34:46 -08:00
Showing only changes of commit d00a46ac39 - Show all commits

View file

@ -57,7 +57,7 @@ const imageShortcode = async (
const imageElement = caption
? `<figure class="[ flow flex-col items-center justify-center ${className ? ` ${className} ` : ""}]">
<picture>
<picture class="flex items-center justify-center">
${imageSources}
<img
${imageAttributes}>