'use strict'; const greentextRegex = /^>((?!>\d+|>>/\w+(/\d*)?|>>#/).*)/gm , pinktextRegex = /^<(.+)/gm , boldRegex = /''(.+?)''/gm , titleRegex = /==(.+?)==/gm , monoRegex = /`(.+?)`/gm , underlineRegex = /__(.+?)__/gm , strikeRegex = /~~(.+?)~~/gm , italicRegex = /\*\*(.+?)\*\*/gm , spoilerRegex = /\|\|([\s\S]+?)\|\|/gm , detectedRegex = /(\(\(\(.+?\)\)\))/gm , linkRegex = /\[(?