Is your feature request related to a problem? Please describe.
I'd like to override React rendering for links, but without completely re-implementing the Link code as a custom block.
Describe the solution you'd like
Ideally some way to provide a render that returns custom JSX
Describe alternatives you've considered
Considered re-implementing the Link code and disabling the existing default block but I want most of the same behavior, just custom rendering.
Is your feature request related to a problem? Please describe.
I'd like to override React rendering for links, but without completely re-implementing the Link code as a custom block.
Describe the solution you'd like
Ideally some way to provide a
renderthat returns custom JSXDescribe alternatives you've considered
Considered re-implementing the Link code and disabling the existing default block but I want most of the same behavior, just custom rendering.