11 lines
252 B
Markdown
11 lines
252 B
Markdown
# fediversity proposal
|
|
|
|
## usage
|
|
|
|
```sh
|
|
nix-shell
|
|
pandoc architecture.md -o architecture.html
|
|
pandoc architecture.html -o architecture.pdf
|
|
pandoc --filter pandoc-include fediversity.md -o fediversity.html
|
|
pandoc fediversity.html -o fediversity.pdf
|
|
```
|