add medieng
Some checks failed
CI/CD Pipeline / deploy-main (push) Failing after 2m4s

This commit is contained in:
2024-02-19 16:34:23 +01:00
parent 4cbca021d4
commit e59555156d
2 changed files with 25 additions and 5 deletions

20
laws/medieng.toml Normal file
View File

@ -0,0 +1,20 @@
[law]
id = 10000719
name = "Mediengesetz"
[[law.classifiers]]
name = "Abschnitt"
is_root = true
match_function = "contains_case_sensitive"
[[law.classifiers]]
name = "Unterabschnitt"
is_root = false
match_function = "contains"
[parser]
remove_strings = [
"<b>", "</b>",
"<i>", "</i>",
"<super>", "</super>",
]