From 436cdcc5161592518bd26de4f28e86e3605a31d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Untersch=C3=BCtz?= Date: Tue, 12 May 2026 19:23:44 +0200 Subject: [PATCH] Refactor PDF content rendering: improve list indentation logic, add numbered code block rendering with gutter, and update text wrapping alignment. --- .idea/workspace.xml | 18 +++------ MarkdownToIHKChemnits | Bin 12285778 -> 12292248 bytes markdown_parser.go | 4 +- pdf_content.go | 92 +++++++++++++++++++++++++++++++++++++++--- projektarbeit.pdf | Bin 12124 -> 12573 bytes report.md | 2 +- 6 files changed, 95 insertions(+), 21 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 47a9c21..b34a452 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -4,20 +4,12 @@