TextBlock to Display HTML in WPF

textblock, wpf

Solution

Maybe you can use this WPF Html supported TextBlock

Problem

Is there anyway to display HTML from a string variable to the TextBlock in WPF?

Original source