MarkdownTextView
This easy to use control allows you to set Markdown directly in your UI and will automatically parse and format it.
<ContentPage>
<ap:MarkdownTextView Markdown="{Binding MyMarkdownProperty}" />
</ContentPage>
This easy to use control allows you to set Markdown directly in your UI and will automatically parse and format it.
<ContentPage>
<ap:MarkdownTextView Markdown="{Binding MyMarkdownProperty}" />
</ContentPage>