MDparse Yet another markdown parser, this one intended to quickly parse markdown to Xaml for display in a WPF RichTextBox. usage using MDparse; string xaml = MDparser.GetXamlFromMD(markdown)