From f1015193db34b0c3e101bcce602a374c8ff01ded Mon Sep 17 00:00:00 2001 From: Tomaz Fernandes <76525045+tomazfernandes@users.noreply.github.com> Date: Mon, 22 Aug 2022 07:51:20 -0300 Subject: [PATCH] Fix Syntax Highlighting for Documentations (#233) Resolves GH-232 Syntax highlighting was not being added to code snippets in documentation for projects that inherit from this project. --- pom.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 78bd8d6c..476300f1 100644 --- a/pom.xml +++ b/pom.xml @@ -1208,6 +1208,7 @@ ${github-raw}@ ${project.version}@ ${docs.main}@ + highlight.js @@ -1240,7 +1241,7 @@ github ./images warn - highlight.js + highlight.js true @@ -1264,9 +1265,9 @@ ${generated-docs-singlepage-output.dir} - highlight.js book + highlight.js shared css/ spring.css