zulip/static/third/marked/lib
akshatdalton f4891e7e4f minor: Simplify `usermention` regex and properly use capturing groups.
In the old regex, there was no 4th capturing group, hence
cap[4] always gives `undefined`. It is removed now.

Also, we were capturing the whole pattern which is not needed
as it is by default captured in the group with the 0th index.
2021-05-20 11:35:04 -07:00
..
marked.js minor: Simplify `usermention` regex and properly use capturing groups. 2021-05-20 11:35:04 -07:00