remove old comment
This commit is contained in:
parent
d2562e5cff
commit
a80fe4f6c6
|
@ -1,9 +1,5 @@
|
||||||
import findAndReplace from 'mdast-util-find-and-replace'
|
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 userGroup = '[\\w_]+'
|
||||||
|
|
||||||
const mentionRegex = new RegExp(
|
const mentionRegex = new RegExp(
|
||||||
|
|
Loading…
Reference in New Issue