mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-09-03 17:48:59 +02:00
32f93a670e
- Add GetPlainText helper that recursively collects text from all inline children (LiteralInline for leaf text, ContainerInline recurses into children) - Use GetPlainText(link) instead of .OfType<LiteralInline>() so bold/italic labels like [**text**](url) are rendered correctly - Fix BulletType: ListBlock.BulletType is a char in Markdig, not an enum; remove the incorrect switch expression and use the char directly Co-authored-by: Tyrrrz <1935960+Tyrrrz@users.noreply.github.com>