I'm using asciidoctor-maven-plugin to convert .adoc files to html file... Would want to include a link to javascript in the generated html file... Basically would like to see something like below in the html file that is generated from the .adoc file
<script src="custom.js"></script>
Tried setting attributes like linkcss scriptsdir etc..but of no luck...
Any help?
One way is like in http://mrhaki.blogspot.ie/2014/06/awesome-asciidoc-include-raw-html.html
But then have to add it in every .adoc file...is there a way to get it automatically added just like the CSS (using stylesheet)
<>
? See here for info: https://mcmap.net/q/345774/-escape-tags-in-html – Fivefinger