Skip to content

Update feature: enable to write markdown in a xaml

Compare
Choose a tag to compare
@whistyun whistyun released this 27 Jun 13:04
· 209 commits to master since this release

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>