diff --git a/src/constants.ts b/src/constants.ts index f6cc90d..e06accd 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -9,4 +9,4 @@ export const MATCH_HTML_COMMENT = new RegExp( "|<[?][^>]*>?", "g" ); -export const MATCH_COMMENT = new RegExp("(%%(w+(sw+)*)%%)", "g"); +export const MATCH_PARAGRAPH = new RegExp("\n([^\n]+)\n", "g");