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

View File

@ -21,7 +21,6 @@ match_function = "contains"
[parser]
remove_strings = [
"<tab />",
"<br />",
"<b>", "</b>",
"<i>", "</i>",
"<n>", "</n>",