Skip to content

Releases: whistyun/MdXaml

allow to use image in link, fix for list,

14 Dec 03:58
Compare
Choose a tag to compare

bugfix for list. add linebreak at tablecell, emoji markup

30 Sep 12:39
Compare
Choose a tag to compare

Allow to delete empty line before list

h2. bugfix

  • In previous version a list requires one empty line before.

h2. append

  • enabled to add linebreak in a cell of table (eg "alpha\nbeta").
  • add markdown emoji markup (eg :smile:). click it to see supported markup.

Update feature: enable to write markdown in a xaml

27 Jun 13:04
Compare
Choose a tag to compare

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>

update feature and bugfix

22 May 17:33
dd76109
Compare
Choose a tag to compare

new feature

  • add note inline.
  • add double-line-separator, bold-separator.

bugfix

  • fix to table
    • allow spaces between table | and ---.
    • allow bulding a table without leading or trailing bars.
    • table cell append when there is lack of cell.

update feature

01 Mar 12:27
Compare
Choose a tag to compare
  • text decoration: striketrough, underline
  • text alignment
  • some list mark

bugfix

24 Feb 06:53
Compare
Choose a tag to compare
  • MarkdownStyle.Standard not work with MarkdownScrollViewer
  • Modify GoToPage command in demo

update feature

23 Feb 07:29
033933f
Compare
Choose a tag to compare
  • Add support to load embedded image.
  • Add enhanced table syntax: colspan, rowspan, and textalignment at cell.

1.1.0

22 Feb 02:52
Compare
Choose a tag to compare
  • Change namespace; Markdown.Xaml to MdXaml
  • Add support Blockquote and Codeblock
  • Add support dotnet core