[#33] Migrate to support AsciiDoc implementation
This commit is contained in:
parent
14ac685c52
commit
e4ee19b87c
|
@ -22,7 +22,7 @@ info:
|
|||
|
||||
install:
|
||||
apt:
|
||||
- asciidoc
|
||||
- asciidoctor
|
||||
riju:
|
||||
- prettier
|
||||
|
||||
|
@ -31,6 +31,6 @@ template: |
|
|||
Hello, world!
|
||||
|
||||
compile: |
|
||||
asciidoc -s main.adoc
|
||||
asciidoctor -s main.adoc
|
||||
run: |
|
||||
prettier --no-config main.html
|
||||
|
|
Loading…
Reference in New Issue