You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The best way of achieving this at the moment would be to use a custom renderLink function. It receives the match as an argument, allowing you to perform custom rendering based on the match type.
Unfortunately, the truncate option is a "global" option designed to ensure no links are longer than X so there's no way of enabling/disabling it only for specific types at the moment. This behavior could definitely be improved, though it's not something I've ever run into. I'll leave this open and see if there's demand.
Hi,
I want to use truncate only in urls. When I use truncate, Custom Matchers are also affected. How can I disable truncate in Custom Matchers?
For example like this;
Thanks.
The text was updated successfully, but these errors were encountered: