/** * Matches
,
,
tags (case-insensitive). * Used to detect line breaks in table cell text content. */ export const BR_PATTERN = //gi; /** * Matches a complete block. * Captures the inner content (group 1) for further
  • extraction. * Case-insensitive, allows multiline content. */ export const LIST_PATTERN = /^