create first rough html output

This commit is contained in:
2024-02-17 09:44:08 +01:00
parent a6a6f9e72e
commit 998ebd481e
15 changed files with 346 additions and 9 deletions

15
laws/kschg.toml Normal file
View File

@ -0,0 +1,15 @@
[law]
id = 10002462
[[law.classifiers]]
name = "Hauptstück"
is_root = true
match_function = "contains"
[[law.classifiers]]
name = "Abschnitt"
is_root = false
match_function = "contains"
[parser]
remove_strings = ["<i>", "</i>"]