From 96718ee6a14215dcc3ae2e3ed6452306c437f1b5 Mon Sep 17 00:00:00 2001 From: test2 <test2@test2.gr> Date: Tue, 15 Oct 2019 00:55:58 +0300 Subject: [PATCH] use asciidoc --- asciidoc/install-asciidoc.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/asciidoc/install-asciidoc.adoc b/asciidoc/install-asciidoc.adoc index 9092c3d..81c4e61 100644 --- a/asciidoc/install-asciidoc.adoc +++ b/asciidoc/install-asciidoc.adoc @@ -51,7 +51,7 @@ TIP: swarmlab-adoc convert all *.adoc files recursiva in html5 and pdf ``` docker run --rm -v $(pwd):/documents/ registry.vlabs.uniwa.gr:5080/swarmlab-asciidoctor asciidoctor --safe -b html5 -a theme=flask -a toc2 -a toc-placement=right -o ./path/to/FILENAME.html ./path/from/FILENAME.adoc ``` -Please note there is a **.** in ./path +Please note, there is a **.** in ./path ==== That's all folks! :-)