apache / incubator-answer

A Q&A platform software for teams at any scales. Whether it's a community forum, help center, or knowledge management platform, you can always count on Apache Answer.
https://answer.apache.org
Apache License 2.0
11.93k stars 872 forks source link

When `@` someone, markdown render error #978

Open kumfo opened 4 weeks ago

kumfo commented 4 weeks ago

Describe the bug

When I @someone in comment, the generated hyperlink is not parseable properly.

To Reproduce

the post data like:

[@someone](/u/someone)

but the result is:

<a>@someone</a>

Expected behavior

result must be:

<a href="/u/someone">@someone</a>

Screenshots

20240607-162309

image

sy-records commented 2 weeks ago

Can you assign this to me?