Compare commits

...

1 Commits

Author SHA1 Message Date
3ff90b8dbf add config
Some checks failed
CI/CD Pipeline / test (push) Failing after 50s
2024-08-22 12:00:24 +02:00

View File

@ -0,0 +1,26 @@
[law]
id = 10000341
name = "Statut für die Landeshauptstadt Linz"
[law.typ]
Land = "OÖ"
[[law.classifiers]]
name = "Hauptstück"
is_root = true
match_function = "contains"
[[law.classifiers]]
name = "Abschnitt"
is_root = false
match_function = "contains"
[parser]
remove_strings = [
"<br />"
]
move_para_headers_into_content = true
[[parser.replace_rules]]
find = "§ 1" # Should be at the same level as the other "Theil"e
replace_with = "<gldsym>§ 1</gldsym>"