When generating HTML output in SQL*Plus you can use "SET MARKUP HTML ON SPOOL ON ENTMAP OFF" to ensure HTML hyperlinks are created as hyperlinks, and not text enclosed in < and >
I have tried to find a similar "ENTMAP OFF" feature in sqlcl, but without any luck. Is there such a feature ?