update deps + add aeuv
Some checks failed
CI/CD Pipeline / deploy-main (push) Has been cancelled

This commit is contained in:
2024-05-26 13:04:41 +02:00
parent a0d91c7b6e
commit 59043e1376
2 changed files with 175 additions and 122 deletions

40
laws/aeuv.toml Normal file
View File

@ -0,0 +1,40 @@
[law]
id = 10008049
name = "AEUV"
par_sign = "Artikel"
[[law.classifiers]]
name = " Teil"
is_root = true
match_function = "contains"
[[law.classifiers]]
name = "Titel"
is_root = false
match_function = "contains"
[[law.classifiers]]
name = "Kapitel"
is_root = false
match_function = "contains"
[[law.classifiers]]
name = "Abschnitt"
is_root = false
match_function = "contains"
[parser]
remove_strings = [
"<tab />",
"<br />",
"<b>", "</b>",
"<i>", "</i>",
"<n>", "</n>",
"<super>", "</super>",
]
move_para_headers_into_content = true
[[parser.replace_rules]]
find = "<gdash />"
replace_with = "-"