translate br with extra elements
This commit is contained in:
parent
70cc2fff6f
commit
03b95c9a09
|
@ -150,7 +150,7 @@
|
||||||
rep(/<blockquote[^>]*>/gi,"[quote]");
|
rep(/<blockquote[^>]*>/gi,"[quote]");
|
||||||
rep(/<\/blockquote>/gi,"[/quote]");
|
rep(/<\/blockquote>/gi,"[/quote]");
|
||||||
rep(/<hr \/>/gi,"[hr]");
|
rep(/<hr \/>/gi,"[hr]");
|
||||||
rep(/<br \/>/gi,"\n\n");
|
rep(/<br (.*?)\/>/gi,"\n\n");
|
||||||
rep(/<br\/>/gi,"\n\n");
|
rep(/<br\/>/gi,"\n\n");
|
||||||
rep(/<br>/gi,"\n");
|
rep(/<br>/gi,"\n");
|
||||||
rep(/<p>/gi,"");
|
rep(/<p>/gi,"");
|
||||||
|
|
|
@ -150,7 +150,7 @@
|
||||||
rep(/<blockquote[^>]*>/gi,"[quote]");
|
rep(/<blockquote[^>]*>/gi,"[quote]");
|
||||||
rep(/<\/blockquote>/gi,"[/quote]");
|
rep(/<\/blockquote>/gi,"[/quote]");
|
||||||
rep(/<hr \/>/gi,"[hr]");
|
rep(/<hr \/>/gi,"[hr]");
|
||||||
rep(/<br \/>/gi,"\n\n");
|
rep(/<br (.*?)\/>/gi,"\n\n");
|
||||||
rep(/<br\/>/gi,"\n\n");
|
rep(/<br\/>/gi,"\n\n");
|
||||||
rep(/<br>/gi,"\n");
|
rep(/<br>/gi,"\n");
|
||||||
rep(/<p>/gi,"");
|
rep(/<p>/gi,"");
|
||||||
|
|
Loading…
Reference in New Issue
Block a user