Update feature: enable to write markdown in a xaml
This change is enable to write Markdown in a xaml.
markdown which is written in a xaml automatically dedent.
<mdxam:MarkdownScrollViewer xml:space="preserve">
# sample title
* document1
* one
* two
* document2
</mdxam:MarkdownScrollViewer>