adoc2md: don't wrap output
Misskey doesn't play well with it
This commit is contained in:
parent
9a7bc151cc
commit
8cb3e7d35d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user