kumfo opened a new issue, #978: URL: https://github.com/apache/incubator-answer/issues/978
## 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   -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
