Searched refs:parseGroup (Results 1 – 1 of 1) sorted by relevance
577 function parseGroup(text: string): string | null { function613 return Markdown.isTextToken(firstToken) && parseGroup(firstToken.text) === groupName;