fix list instead of multi for (A)EUV
All checks were successful
CI/CD Pipeline / deploy-main (push) Successful in 3m36s
All checks were successful
CI/CD Pipeline / deploy-main (push) Successful in 3m36s
This commit is contained in:
parent
bd69a183c0
commit
3469af7832
@ -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">"""
|
||||
|
||||
|
@ -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">"""
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user