From d6b3854681b921309c7ff9f84dd0ab6a043f5341 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Untersch=C3=BCtz?= Date: Sun, 17 May 2026 23:41:45 +0200 Subject: [PATCH] =?UTF-8?q?Add=20support=20for=20rotated=20appendices:=20i?= =?UTF-8?q?mplement=2090=C2=B0=20CCW=20image=20rotation=20for=20portrait?= =?UTF-8?q?=20pages,=20enhance=20table=20rendering=20logic,=20and=20update?= =?UTF-8?q?=20diagram=20handling=20directives.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/vcs.xml | 2 + .idea/workspace.xml | 11 ++- MarkdownToIHKChemnits | Bin 12320600 -> 12445814 bytes go.sum | 5 ++ markdown_parser.go | 30 +++++++- pdf_content.go | 162 ++++++++++++++++++++++++++++++++++++++---- pdf_pages.go | 100 +++++++++++++++++++++++++- pdf_renderer.go | 30 ++++++++ projektarbeit.pdf | Bin 141509 -> 141057 bytes 9 files changed, 318 insertions(+), 22 deletions(-) diff --git a/.idea/vcs.xml b/.idea/vcs.xml index 94a25f7..13cadbb 100644 --- a/.idea/vcs.xml +++ b/.idea/vcs.xml @@ -2,5 +2,7 @@ + + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 25b9f81..380e643 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -4,12 +4,16 @@