website-risg/laws/medieng.toml
philipp e59555156d
Some checks failed
CI/CD Pipeline / deploy-main (push) Failing after 2m4s
add medieng
2024-02-19 16:34:23 +01:00

21 lines
317 B
TOML

[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>",
]