showdownjs / showdown

A bidirectional Markdown to HTML to Markdown converter written in Javascript
http://www.showdownjs.com/
MIT License
14.26k stars 1.56k forks source link

ghMentions does not detect underscored @mentions #803

Open anuraghazra opened 4 years ago

anuraghazra commented 4 years ago

related to #574 (dfeb1e26f320347e1cd975f6874e1ce00d6feffb)

I think the regex is missing the _ check, in here

https://github.com/showdownjs/showdown/commit/dfeb1e26f320347e1cd975f6874e1ce00d6feffb#diff-5068f1590d08151f94acd4aeedddfa25R78