From 23b8811e8bfa0215e5c27c74bc895876b23d1a11 Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Sun, 5 Mar 2023 15:00:07 +0800 Subject: [PATCH] Allow includes with URI for Asciidoctor configuration --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index cd264a1..32814f2 100644 --- a/config.toml +++ b/config.toml @@ -24,7 +24,7 @@ toc = true sectanchors = true "figure-caption!" = true source-highlighter = "rouge" -workingFolderCurrent = true +allow-uri-read = true [author.foo-dogsquared] name = "Gabriel Arazas"