use new version + add bafg
Some checks failed
CI/CD Pipeline / deploy-main (push) Has been cancelled
Some checks failed
CI/CD Pipeline / deploy-main (push) Has been cancelled
This commit is contained in:
18
laws/bafg.toml
Normal file
18
laws/bafg.toml
Normal file
@ -0,0 +1,18 @@
|
||||
[law]
|
||||
id = 20012316
|
||||
name = "Barrierefreiheitsgesetz"
|
||||
fassung = "2026-08-27"
|
||||
|
||||
[[law.classifiers]]
|
||||
name = "Abschnitt"
|
||||
is_root = true
|
||||
match_function = "contains"
|
||||
|
||||
[parser]
|
||||
remove_strings = [
|
||||
"<b>", "</b>"
|
||||
]
|
||||
|
||||
[[parser.replace_rules]]
|
||||
find = "<gdash />"
|
||||
replace_with = "-"
|
Reference in New Issue
Block a user