adoc2md: don't wrap output

Misskey doesn't play well with it
This commit is contained in:
tastytea 2022-12-08 18:25:34 +01:00
parent 9a7bc151cc
commit 8cb3e7d35d
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM

View File

@ -8,4 +8,6 @@ if [[ -v 1 ]]; then
return 1
fi
cat | asciidoc -b docbook --out-file=- - | pandoc --from=docbook --to=gfm
\cat \
| asciidoc -b docbook --out-file=- - \
| pandoc --from=docbook --to=gfm --wrap=none