Skip to content
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.

Releases: Kryptos-FR/markdig.wpf

v0.5.0.1

29 May 14:18
f172c13
Compare
Choose a tag to compare

Update to Markdig 0.22.0.
Add support for .NET 5 (Windows-only).
Add support for SourceLink.

v0.4.0

12 Sep 13:52
fdbdfd0
Compare
Choose a tag to compare

Drop support for net40 (#41, previously #25)
Target netcore3.1
Relax dependency rule to Markdig (#42, previously #20)
Add style for paragraph (part of #40)

v0.3.1

04 Nov 03:38
Compare
Choose a tag to compare

Updated to Markdig 0.18.0
Added .NET Core support (thanks @virzak, see PR #35)
Added .NET code analyzers

v0.3.0

16 Sep 14:16
Compare
Choose a tag to compare

Updated to latest Markdig 0.17.1.
Checked and tested Emoji support (need to be enabled through extension UseEmojiAndSmiley(bool))
Make some class customizables (thanks @FCUnlimited, see PR #33)

v0.2.8

12 Apr 02:37
Compare
Choose a tag to compare

Now supports net40.

v0.2.7

08 Mar 03:01
Compare
Choose a tag to compare

Updated to latest Markdig 0.16.0
Switch to new csproj format (thanks @ThomasPrioul for the suggestion).

v0.2.6

23 Dec 17:24
Compare
Choose a tag to compare

Updated to latest Markdig 0.15.5.
Now requires an exact dependency to Markdig (see issue #20).
Hyperlinks improvements (thanks @jackgriffiths)

v0.2.5

14 Oct 09:53
Compare
Choose a tag to compare

Updated to latest Markdig 0.15.4
Add HtmlEntityInlineRenderer (thanks @Skymirrh)
Make WpfRenderer methods public (thanks Łukasz Holetzke)

v0.2.4

25 May 10:33
Compare
Choose a tag to compare

Updated to latest Markdig 0.15.0.
Fix space issue between inline elements (thanks @jackgriffiths).

v0.2.3

27 Nov 06:55
Compare
Choose a tag to compare

Updated to latest Markdig 0.14.7.
Add support for emphasis extensions (thanks Thomas Freudenberg).