Skip to content
Snippets Groups Projects
Commit fd4d256d authored by George Adrian Stoica's avatar George Adrian Stoica
Browse files

fixed asciidoc source highlighting

parent de9ab787
No related branches found
No related tags found
No related merge requests found
...@@ -39,7 +39,7 @@ asciidoctorj { ...@@ -39,7 +39,7 @@ asciidoctorj {
} }
// useIntermediateWorkDir = true // useIntermediateWorkDir = true
attributes toc: 'left', attributes toc: 'left',
'source-highlighter': 'highlight.js' 'source-highlighter': 'highlightjs'
/* /*
extensions { extensions {
...@@ -90,7 +90,7 @@ asciidoctorRevealJs { ...@@ -90,7 +90,7 @@ asciidoctorRevealJs {
} }
revealjs { revealjs {
version '2.0.0' // why not '3.8.0' version '2.0.0' // why not '3.8.0'
templateGitHub { templateGitHub {
organisation = 'hakimel' organisation = 'hakimel'
repository = 'reveal.js' repository = 'reveal.js'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment