27 lines
470 B
TOML
27 lines
470 B
TOML
[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>"
|
|
|