Use github flavored markdown for npmjs README
This commit is contained in:
parent
e388378101
commit
793b6aece0
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -24,7 +24,7 @@ release:
|
||||||
|
|
||||||
update-npmjs-readme:
|
update-npmjs-readme:
|
||||||
asciidoctor -b docbook -o target/README.xml README.adoc
|
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
|
publish: update-npmjs-readme
|
||||||
@git push && \
|
@git push && \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue