From e4ee19b87caff58605c376c70eb9c00153bb5996 Mon Sep 17 00:00:00 2001 From: Radon Rosborough Date: Sat, 17 Jul 2021 08:51:48 +0000 Subject: [PATCH] [#33] Migrate to support AsciiDoc implementation --- langs/asciidoc.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/langs/asciidoc.yaml b/langs/asciidoc.yaml index d2f5d40..66757ca 100644 --- a/langs/asciidoc.yaml +++ b/langs/asciidoc.yaml @@ -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