Move from Gradle to bld. Close #7
This commit is contained in:
parent
4e096b3dad
commit
4858c58978
75 changed files with 1183 additions and 1793 deletions
9
pandoc.sh
Executable file
9
pandoc.sh
Executable file
|
@ -0,0 +1,9 @@
|
|||
#!/bin/sh
|
||||
|
||||
pandoc --from gfm \
|
||||
--to html5 \
|
||||
--metadata "pagetitle=Semantic Version Annotation Processor" \
|
||||
-s \
|
||||
-c docs/github-pandoc.css \
|
||||
-o docs/README.html \
|
||||
README.md
|
Loading…
Add table
Add a link
Reference in a new issue