In my notebook, I print some data from scraped web pages. Some of these are hyperlinks without tags e.g. https://stackoverflow.com. Unfortunately, Notebook prints these out as an actual hyperlink (i.e. wraps it in tags) on the output page and shortens it. (So the final result in HTML looks like this: <a href="https://stackoverflow.com">https://stacko...</a>.) The field is set to code, but this still happens. Is there a way to disable this behaviour?