export const NEWLINE = '\n'; export const DEFAULT_LANGUAGE = 'text'; export const LANG_PATTERN = /^(\w*)\n?/; export const AMPERSAND_REGEX = /&/g; export const LT_REGEX = //g; export const FENCE_PATTERN = /^```|\n```/g;