From fd4d256d9e667fb6d8b29c7d20676083cd6812f6 Mon Sep 17 00:00:00 2001
From: Adrian Stoica <george.a.stoica@ntnu.no>
Date: Wed, 2 Oct 2019 08:53:24 +0200
Subject: [PATCH] fixed asciidoc source highlighting

---
 lectures/build.gradle | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lectures/build.gradle b/lectures/build.gradle
index 94ec6b7..2aa92bc 100644
--- a/lectures/build.gradle
+++ b/lectures/build.gradle
@@ -39,7 +39,7 @@ asciidoctorj {
     }
     // useIntermediateWorkDir = true
     attributes toc: 'left',
-    	'source-highlighter': 'highlight.js'
+    	'source-highlighter': 'highlightjs'
 
     /*	
 	extensions {
@@ -90,7 +90,7 @@ asciidoctorRevealJs {
 }
 
 revealjs {
-	version '2.0.0' // why not '3.8.0' 
+	version '2.0.0' //  why not '3.8.0' 
 	templateGitHub {
    		organisation = 'hakimel'
     	repository = 'reveal.js'
-- 
GitLab