richtext.HRef outputs invalid HTML

Issue #3 resolved
Former user created an issue

I am trying to output URLs using the HTML backend using the richtext.HRef class. The backend generates a link using the href tag, e.g.

<href url="example.com">example</href>

This is invalid HTML. It should generate an a tag:

<a href="example.com">example</a>

Comments (3)

  1. Log in to comment