Hi. Is there a way to override the rendering functions? For example, I'd like to render a link differently if it links to page on our domain vs one off-domain.
I was thinking to override the RenderVisitor inner class in HtmlRenderer but it has private access. Is there another way to do this?