mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-07-14 01:31:33 +02:00
Render HyperLink for all links; allow any valid URI scheme
Co-authored-by: Tyrrrz <1935960+Tyrrrz@users.noreply.github.com>
This commit is contained in:
@@ -79,7 +79,7 @@ public class MarkdownToInlinesConverter : IValueConverter
|
||||
break;
|
||||
}
|
||||
|
||||
case LinkInline link when !string.IsNullOrWhiteSpace(link.Url):
|
||||
case LinkInline link:
|
||||
{
|
||||
inlines.Add(
|
||||
new InlineUIContainer(
|
||||
|
||||
Reference in New Issue
Block a user