process mermaid diagram

This commit is contained in:
Kiara Grouwstra 2025-05-27 16:29:49 +02:00
parent 1778f8716a
commit 2d67cb2dcf
Signed by: kiara
SSH key fingerprint: SHA256:COspvLoLJ5WC5rFb9ZDe5urVCkK4LJZOsjfF4duRJFU
2 changed files with 8 additions and 0 deletions

1
.gitignore vendored
View file

@ -1,3 +1,4 @@
*.err
*.odt
*.html
.~lock*

7
README.md Normal file
View file

@ -0,0 +1,7 @@
# fediversity proposal
## usage
```sh
nix-shell -p pandoc mermaid-filter --command 'pandoc fediversity.md -o fediversity.html -F mermaid-filter'
```