Mention markdown support #4451
Replies: 2 comments 13 replies
-
Plate's markdown mention support does not allow spaces in display names by default. The mention parser uses a regex that stops at spaces, so only patterns like To reply, just mention @dosu. How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other |
Beta Was this translation helpful? Give feedback.
-
Perhaps we can refer to a more complete mention plugin from unifiedjs ecosystem. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
In the examples, I see that the markdown supports mentions of the type @FIRST or @first-second, but I need to mention full names that include spaces (e.g., @FIRST Last).
Is there a markdown format that supports mentions with spaces in the display name?
Or would I need to implement a custom parsing rule to handle this?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions