feat: install plugin code snippet poc

This commit is contained in:
2025-03-01 13:05:18 +01:00
parent eaad749115
commit 6bd4bd7475

View File

@@ -39,6 +39,9 @@ const authors = new Intl.ListFormat("en", {
</div> </div>
) )
} }
<div class="mb-4">
<Code lang="bash" code={`sern plugin ${name}`} />
</div>
<div class="mb-4"> <div class="mb-4">
<Markdown of={trimmedDescription} /> <Markdown of={trimmedDescription} />
</div> </div>