Description
MarkdownTextView control does not show output on Android. Though it is working fine on iOS.
Steps to reproduce
- Add control to the page.
<toolkit:MarkdownTextView Markdown="This is **bold** text." />
- Run the application on android device.
Expected Behavior
It should show the markdown text.
Actual Behavior
It shows blank screen.
Basic Information
- Version with issue: AP.MobileToolkit - 3.0.0-ci
- Xamarin.Forms version: 4.2.0.815419
- IDE: Visual Studio 2019 Professional - Version 16.3.5
Screenshots

Reproduction Link
Project: ToolkitDemo
Branch: issue/75/Demo-User-Controls