mattmakai / fullstackpython.com

Full Stack Python source with Pelican, Bootstrap and Markdown.
https://www.fullstackpython.com/
MIT License
2.88k stars 627 forks source link

makes username regex capture group non-greedy, fixes #150 #151

Closed aoberoi closed 6 years ago

aoberoi commented 6 years ago

the greedy matching would result in the wrong mention parsing if another formatted link was in the message. this change makes it non-greedy.

fixes #150