milesj / interweave

🌀 React library to safely render HTML, filter attributes, autowrap text with matchers, render emoji characters, and much more.
https://interweave.dev
MIT License
1.09k stars 38 forks source link

new: MentionMatcher in autolink #231

Closed ci7lus closed 2 years ago

ci7lus commented 2 years ago

resolves: #186

PR to add MentionMatcher and Mention to be able to detect @username syntax.

milesj commented 2 years ago

@ci7lus Can you add a test for when mentionUrl is not provided?

milesj commented 2 years ago

@ci7lus Linting is still failing. You can probably ignore that line.

milesj commented 2 years ago

Awesome, thanks!