For my use case it is very important for the javascript comments that I have included in my site remain in the HTML source. This is because I am using Hugo to build pages that are then going to have their source examined by people in order to gain insight. (The site I am building is something along the lines of a tuorial site, or a collection of demos and examples.) A site without comments in the source code is a huge disadvantage for me.
So… how can I keep comments in the HTML source?
Thanks!