Files
DiscordChatExporter/DiscordChatExporter.Gui
copilot-swe-agent[bot] 32f93a670e Fix link text extraction in MarkdownToInlinesConverter to handle formatted inline children
- 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>
2026-02-24 18:20:58 +00:00
..
2024-10-26 21:41:16 +03:00
2025-11-16 20:29:39 +02:00
2025-05-11 01:33:43 +03:00