I'm writing a document that has a number of URL examples, like this:
#+BEGIN_SRC js GET http://sandbox.api.xyz.com/sample/login #+END_SRCThe problem is that when I export to HTML, everything following the "http:" is italicized (and blue). Is there any way to suppress that?
Thanks, -pd