Hi!
I have recently started using the Adapt Authoring Tool (the GUI/framework). Really liking it!
I am currently trying to convert a course website to an Adapt e-course (example draft page from website here: https://caldiss-aau.github.io/workshop_python-intro/fundamentale/typer/).
The course is an introduction to Python programming and contains a lot of coding examples. The website is created using Hugo (https://gohugo.io/) with a theme using the highlight.js script (https://highlightjs.org/) for code highlighting. I would like to replicate that in the Adapt e-course.
So far my best solution has been to create CSS classes for code to be highlighted but it requires a lot of extra manual work as I have to edit all the existing HTML tags. As I already have the HTML I would prefer a way to just copy the source HTML over into Adapt and have it convert correctly. I assume this requires to have the highlight.js script somewhere in Adapt but I have no clue how to set that up.
Any suggestions/ideas? I am very much a novice in CSS/HTML and have mostly worked with markdown documents.