When I do:
<Linkify properties={{ target: '_blank' }}>
{description}
</Linkify>
and description equals:
The JSON Query expression. Reference: http://docs.jsonata.org
it will render:
The JSON Query expression. Reference: <a href="http://docs.jsonata.org">http://docs.jsonata.org</a>
with version:
"react-linkify": "^1.0.0-alpha",
When I do:
and
descriptionequals:it will render:
with version: