From ef2a9a209d6d94f3233bb35c1c5fe2d1382f0e3b Mon Sep 17 00:00:00 2001 From: Hallvard Traetteberg <hal@ntnu.no> Date: Wed, 1 Sep 2021 18:40:54 +0200 Subject: [PATCH] toclevels=3 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index cb6d4d7..6be3443 100644 --- a/pom.xml +++ b/pom.xml @@ -134,7 +134,7 @@ <attributes> <source-highlighter>highlightjs</source-highlighter> <toc>left</toc> - <toclevels>left</toclevels> + <toclevels>3</toclevels> </attributes> </configuration> </execution> -- GitLab