mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-06-14 11:26:33 +00:00
- 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>