Sync from dev @ 252c1cf

Source: main (252c1cf)
Excluded: live tenant exports, generated artifacts, and dev-only tooling.
This commit is contained in:
2026-04-17 15:57:35 +02:00
commit 17d745bdac
52 changed files with 15601 additions and 0 deletions

9
md2pdf/htmlconfig.json Normal file
View File

@@ -0,0 +1,9 @@
{
"stylesheet": [
"./md2pdf/htmlstyle.css"
],
"marked_options": {
"headerIds": false,
"smartypants": true
}
}