cleaner config
All checks were successful
CI/CD Pipeline / deploy-main (push) Successful in 3m36s

This commit is contained in:
philipp 2024-05-26 17:14:08 +02:00
parent 50c1e89e00
commit 02cc438704
2 changed files with 4 additions and 2 deletions

View File

@ -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 = "-"

View File

@ -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>",