Skip to content

Commit 5d60049

Browse files
committed
tool for replacing
1 parent 59d4876 commit 5d60049

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

wordpress-pattern-replacer.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,11 @@ <h3>Pattern Configuration</h3>
155155
findPattern: /<!-- wp:paragraph -->\n<p><\/p>\n<!-- \/wp:paragraph -->/g,
156156
replacePattern: ''
157157
},
158+
{
159+
name: "Remove Empty Short WP Paragraph",
160+
findPattern: /<!-- wp:paragraph /-->/g,
161+
replacePattern: ''
162+
},
158163
{
159164
name: "Remove Empty WP Paragraph",
160165
findPattern: /<p><\/p>/g,

0 commit comments

Comments
 (0)