From 427372b82bd14fb3998416b47487a5baee9596aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Untersch=C3=BCtz?= Date: Thu, 14 May 2026 21:40:08 +0200 Subject: [PATCH] Refactor table rendering: replace plain text with `InlineSpan` for rich text support, update row preparation, and improve PDF formatting logic. --- .idea/workspace.xml | 11 ++-- MarkdownToIHKChemnits | Bin 12317490 -> 12320600 bytes markdown_parser.go | 6 +- pdf_content.go | 148 +++++++++++++++++++++++++++++++++--------- pdf_renderer.go | 12 ++-- 5 files changed, 130 insertions(+), 47 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index c54043f..25b9f81 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -4,14 +4,12 @@