blood.pet/plugins/mermaid.sh
noe 5a501daef6
All checks were successful
ci/woodpecker/push/build-deploy Pipeline was successful
update readability, mermaid styling
2025-05-14 21:35:12 -07:00

5 lines
No EOL
92 B
Bash
Executable file

#!/bin/bash
echo "<pre class=\"mermaid\">"
mermaid-ascii --file /dev/stdin $@
echo "</pre>"