How to add an anchor

Hello,
I started using JSONForms with react.
Is there any way to add an anchor, or render a literal html, with the existing controls set or do you need to add a custom one?
Thanks in advance.

[original thread by Fabian Ramos]

Hi @fabian-ramos(fabian-ramos), we provide a Label ui schema element, however it can’t do anything besides rendering some kind of heading. So if you want to render arbitrary Markdown or HTML you’ll need to add a custom renderer. This custom renderer should be really easy to implement as you mostly don’t care about the inner workings of JSON Forms.

See for example the Markdown renderer another user has implemented(@ioggstream):