From 12a9a967320534753a20f1de2a6109c086c01123 Mon Sep 17 00:00:00 2001 From: hankuoffroad Date: Mon, 20 Mar 2023 19:16:27 +0000 Subject: [PATCH] AsciiDoc source code block syntax fixed --- modules/ROOT/pages/contributing-docs/contrib-quickdocs.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ROOT/pages/contributing-docs/contrib-quickdocs.adoc b/modules/ROOT/pages/contributing-docs/contrib-quickdocs.adoc index 73891f4..c0e8df1 100644 --- a/modules/ROOT/pages/contributing-docs/contrib-quickdocs.adoc +++ b/modules/ROOT/pages/contributing-docs/contrib-quickdocs.adoc @@ -67,7 +67,7 @@ Experienced writers are more than welcome to customize workflow to suit their ne == Article template -[source] +[source,asciidoc] ---- = ARTICLE_TITLE AUTHOR_1; AUTHOR_2; AUTHOR_3