\setupurl[
style={\mono\underbar},
color={blue},
]
\def
\url{%
\dosingleargument
\dourl
}
\def
\dourl[#1]{%
\begingroup
\setupbar[%
style={\urlparameter{style}},
color={\urlparameter{color}},
]%
\from[#1]%
\endgroup
}
Is there a more natural way to make URLs appear in blue color including underbar? Thanks.
Kind regards,
Alexander