I discovered while working on #1116 that the MarkdownTextBlock will not format text when symbols are used across multiple lines, such as, ``` **Line 1 Line 2 Line 3** ``` Should produce **Line 1 Line 2 Line 3** **However**, it just ends up printing the asterisks straight to the screen: [](https://postimg.org/image/qp828t2a1/)