fix list instead of multi for (A)EUV
All checks were successful
CI/CD Pipeline / test (push) Successful in 1m4s

This commit is contained in:
2024-05-26 16:41:53 +02:00
parent c7711b111a
commit c056bc27ff
5 changed files with 287 additions and 280 deletions

View File

@ -38,3 +38,7 @@ move_para_headers_into_content = true
find = "<gdash />"
replace_with = "-"
[[parser.replace_rules]]
find = """<absatz typ="erltext" ct="text" halign="j">"""
replace_with = """<absatz typ="abs" ct="text" halign="j">"""

View File

@ -50,3 +50,7 @@ replace_with = "ARTIKEL 42"
find = "+ARTIKEL 48"
replace_with = "ARTIKEL 48"
[[parser.replace_rules]]
find = """<absatz typ="erltext" ct="text" halign="j">"""
replace_with = """<absatz typ="abs" ct="text" halign="j">"""