This commit is contained in:
parent
1e63b3d818
commit
9641eb8dd9
9 changed files with 619 additions and 83 deletions
5
plugins/mermaid.sh
Executable file
5
plugins/mermaid.sh
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
echo "<pre>"
|
||||
mermaid-ascii --file /dev/stdin $@
|
||||
echo "</pre>"
|
Loading…
Add table
Add a link
Reference in a new issue