From 67f9d63f24ada7df0e48fd8ffb8d40d1d9b98953 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Untersch=C3=BCtz?= Date: Tue, 12 May 2026 21:44:37 +0200 Subject: [PATCH] Add support for appendices: landscape diagrams, tables, and images; implement Kroki URL configurability; enhance directive parsing logic. --- .idea/workspace.xml | 16 +- MarkdownToIHKChemnits | Bin 12292248 -> 12313394 bytes README.md | 379 +++++++++++++++++++++++++++++++----------- diagram.go | 26 ++- docker-compose.yml | 14 ++ main.go | 3 + markdown_parser.go | 83 ++++++++- pdf_content.go | 225 ++++++++++++++++++------- pdf_pages.go | 112 ++++++++++++- pdf_renderer.go | 70 +++++++- projektarbeit.pdf | Bin 12573 -> 139023 bytes report.md | 318 ++++++++++++++++++++++++++++++----- 12 files changed, 1025 insertions(+), 221 deletions(-) create mode 100644 docker-compose.yml diff --git a/.idea/workspace.xml b/.idea/workspace.xml index b34a452..eb77c5d 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -4,10 +4,16 @@