Using #show link: underline
I can get all my links underlined.
I want my links to be colored and monospace, but I can not get them to be monospaced, because #show link: raw
or #show link: lnk => raw(str(lnk.body))
both do not work, because the body of the link is of the type content
while the raw
-function needs strings not content.