diff --git a/src/globals.ts b/src/globals.ts index 7d8daa3..e79ed75 100644 --- a/src/globals.ts +++ b/src/globals.ts @@ -1,5 +1,3 @@ -import { match } from 'assert' - // Matches a wikiling that begins a string export const regexWikilink = /^!?\[\[(?.+?)(\|(?.+?))?\]\]/ export const regexLineSplit = /\r?\n|\r|((\.|\?|!)( |\r?\n|\r))/g