fix list instead of multi for (A)EUV
All checks were successful
CI/CD Pipeline / deploy-main (push) Successful in 3m36s

This commit is contained in:
philipp 2024-05-26 16:42:34 +02:00
parent bd69a183c0
commit 3469af7832
2 changed files with 8 additions and 0 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">"""