🔀 Merge some stuff

This commit is contained in:
Luke Leppan 2021-07-10 20:43:45 +02:00
parent 72d8ac4a24
commit 992ff69040

View file

@ -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");