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
Oleksii Holub
752263a4da
Update DiscordChatExporter.Gui/Converters/MarkdownToInlinesConverter.cs
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2026-02-24 20:07:27 +02:00
copilot-swe-agent[bot]
2efddb3b2c
Inline local functions; simplify URL handling; localize OutputPathTooltip
...
Co-authored-by: Tyrrrz <1935960+Tyrrrz@users.noreply.github.com >
2026-02-24 17:13:16 +00:00
Oleksii Holub
2b20bf97e3
Apply suggestion from @Tyrrrz
2026-02-24 18:55:23 +02:00
copilot-swe-agent[bot]
dbc16f9f63
Render HyperLink for all links; allow any valid URI scheme
...
Co-authored-by: Tyrrrz <1935960+Tyrrrz@users.noreply.github.com >
2026-02-24 16:38:24 +00:00
copilot-swe-agent[bot]
3daf49cb52
Add Url property to HyperLink; simplify converter link handling; add http/https scheme guard
...
Co-authored-by: Tyrrrz <1935960+Tyrrrz@users.noreply.github.com >
2026-02-24 15:58:26 +00:00
copilot-swe-agent[bot]
f6ded3fc8c
Add markdown link support; fold bot instructions into markdown; set TextBlock properties directly
...
Co-authored-by: Tyrrrz <1935960+Tyrrrz@users.noreply.github.com >
2026-02-24 10:20:25 +00:00
copilot-swe-agent[bot]
5bbd3fa65e
Adopt MarkdownToInlinesConverter for instruction text formatting
...
Co-authored-by: Tyrrrz <1935960+Tyrrrz@users.noreply.github.com >
2026-02-24 09:55:08 +00:00