remove old comment

This commit is contained in:
keyan 2021-07-15 14:59:21 -05:00
parent d2562e5cff
commit a80fe4f6c6
1 changed files with 0 additions and 4 deletions

View File

@ -1,9 +1,5 @@
import findAndReplace from 'mdast-util-find-and-replace'
// Username may only contain alphanumeric characters or single hyphens, and
// cannot begin or end with a hyphen*.
//
// \* That is: until <https://github.com/remarkjs/remark-github/issues/13>.
const userGroup = '[\\w_]+'
const mentionRegex = new RegExp(