Closed berndmehnert closed 3 years ago
Looks like an automatic merge that messed up the code. The original one is here: https://github.com/ArthurHub/HTML-Renderer/blob/a004aefeb87b5226aece75c49e84040dbaf9f3e0/Source/HtmlRenderer.WPF/HtmlLabel.cs#L108-L132
@berndmehnert thanks for letting know. Fixed https://github.com/AvaloniaUI/Avalonia.HtmlRenderer/pull/12
Hi, I am particularly referring to the following code within
HtmlLabel.cs
and there f.e. to the firstelse if
. Something seems to be missing there. Since Avalonia at the moment seems not to be capable of displaying text with inlines in it, I hoped that I could somehow use your HtmlRenderer ;).