Skip to content

Releases: whistyun/Markdown.Avalonia

bug fix

24 Aug 10:38
Compare
Choose a tag to compare

Bug fix for...

  • TextEditor vertical scrollbar is visible when TextEditor has some height. #57
  • ArrayIndexOutOfException is occured when the text which ends with a line break is inputed..

Unicode and emoji support

18 Aug 11:43
Compare
Choose a tag to compare

In v0.10.6 the rendering method has changed for drawing emoji.
image

Support for AvaloniaUI 0.10.1 ~ 0.10.5

23 May 02:22
e6d7360
Compare
Choose a tag to compare

Bug fix when using custom themes

22 Apr 12:12
Compare
Choose a tag to compare

When using custom themes with relative path, MarkdownScrollViewer threw InvalidOperatedException(#46).
This release fix it.

Syntax Highlighting for Codeblocks

29 Mar 14:11
Compare
Choose a tag to compare

This version uses AvaloniaEdit when the language to be used for syntax highlighting is defined.

light theme dark theme
image image
image image

For compatibility, TextBlock will continue to be used if no language is defined.

image

Bugfix for Codeblock

27 Jan 10:35
Compare
Choose a tag to compare
  • Enable to include codeblock in list.
  • Allow codeblock to display a horizontal scroll viewer when it is too narrow to display all contents.

image

VerticalAlignment And ScrollSaving, CJK linebreak(partial)

02 Jan 01:51
63aac4b
Compare
Choose a tag to compare
  • CTextBlock has new properties; "TextVerticalAlignment", "LineHeight" and "LineSpacing".
    These properties custormize text placement.
    LineHeightAndSpacing
  • If MarkdownScrollViewer.SaveScrollValueWhenContentUpdated is set as true, This save scroll value even if content is changed.
  • Partially implemented character-based wrapping. However whitespaces are preferentially wrapped.
    If we mix CJK words and whitespaces, there may be line breaks at unexpected positions.

Styles Update & bugfix

26 Dec 10:05
Compare
Choose a tag to compare

This version autodetect used theme (Default, Fluent), and change style to fit it.
You use the dark-theme without style change.

image

... and make the rule of list maker strict for unexpected treating like as "Yes. ...".
In particular

  1. roman number order must start with 'i,' ~ 'iii,'. and disallow other character than [cdilmvx].
  2. alphabet order must start with 'a,' ~ 'c,'. and, in grammatically, list markers with two or more characters are disallowd (display is allowed).

v0.10.0-a7: modify Image behavior

18 Dec 04:57
Compare
Choose a tag to compare

image width auto fitting when protrude outside Control.

image

v0.9.0-a7

18 Dec 04:58
Compare
Choose a tag to compare

image width auto fitting when protrude outside Control.