This commit is contained in:
		| @@ -26,7 +26,6 @@ match_function = "contains" | |||||||
| [parser] | [parser] | ||||||
| remove_strings = [ | remove_strings = [ | ||||||
| 	"<tab />", | 	"<tab />", | ||||||
| 	"<br />", |  | ||||||
| 	"<b>", "</b>", | 	"<b>", "</b>", | ||||||
| 	"<i>", "</i>", | 	"<i>", "</i>", | ||||||
| 	"<n>", "</n>", | 	"<n>", "</n>", | ||||||
| @@ -34,6 +33,10 @@ remove_strings = [ | |||||||
| ] | ] | ||||||
| move_para_headers_into_content = true | move_para_headers_into_content = true | ||||||
|  |  | ||||||
|  | [[parser.replace_rules]] | ||||||
|  | find = "<br />" | ||||||
|  | replace_with = " " | ||||||
|  |  | ||||||
| [[parser.replace_rules]] | [[parser.replace_rules]] | ||||||
| find = "<gdash />" | find = "<gdash />" | ||||||
| replace_with = "-" | replace_with = "-" | ||||||
|   | |||||||
| @@ -21,7 +21,6 @@ match_function = "contains" | |||||||
| [parser] | [parser] | ||||||
| remove_strings = [ | remove_strings = [ | ||||||
| 	"<tab />", | 	"<tab />", | ||||||
| 	"<br />", |  | ||||||
| 	"<b>", "</b>", | 	"<b>", "</b>", | ||||||
| 	"<i>", "</i>", | 	"<i>", "</i>", | ||||||
| 	"<n>", "</n>", | 	"<n>", "</n>", | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user