cleaner config
All checks were successful
CI/CD Pipeline / test (push) Successful in 1m0s

This commit is contained in:
philipp 2024-05-26 17:15:22 +02:00
parent 2463fb1dd5
commit 7e88257df6
3 changed files with 306 additions and 304 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>",