Use github flavored markdown for npmjs README

This commit is contained in:
Marko Korhonen 2023-11-14 19:28:35 +02:00
parent e388378101
commit 793b6aece0
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890

View file

@ -24,7 +24,7 @@ release:
update-npmjs-readme:
asciidoctor -b docbook -o target/README.xml README.adoc
pandoc -f docbook -t markdown_strict target/README.xml -o README.md
pandoc -f docbook -t gfm target/README.xml -o README.md
publish: update-npmjs-readme
@git push && \