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