0
Fork 0
soda/content/changelog/2026-04-18.mdx
2026-04-18 22:41:23 +02:00

9 lines
322 B
Text

import Shell from "#components/Shell.astro"
import Command from "#components/Shell/Command.astro"
<Shell>
<Command host="web" cmd="git log --pretty=format:'- %s' origin..main" cwd="/var/www/soda" />
</Shell>
- added this `↑` cute little component for showing shell output
- added support for code blocks in markdown