Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 1.1 KB

RELEASENOTES.md

File metadata and controls

38 lines (29 loc) · 1.1 KB

Release Notes

0.2.4 - 2018/05/25

  • updated to latest Markdig 0.15.0
  • fix space issue between inline elements (thanks Jack Griffiths)

0.2.3 - 2017/11/27

  • updated to latest Markdig 0.14.7
  • add support for emphasis extensions (thanks Thomas Freudenberg)

0.2.2 - 2017/10/18

  • updated to latest Markdig 0.13.3
  • fix relative URL for images (thanks David Holsgrove)

0.2.1 - 2017/08/29

  • updated to latest Markdig 0.13.1
  • allow to change the MarkdownPipeline on a MarkdownViewer control

0.2.0 - 2017/06/28

  • updated to latest Markdig 0.12.3
  • Markdig.Xaml and markdig.Wpf projects have been merged (thanks @grokys)
  • support for TaskList extension
  • partial support for Table extensions

0.1.3 - 2016/12/23

  • updated to latest Markdig 0.10.4

0.1.2 - 2016/10/16

  • updated to latest Markdig 0.8.2

0.1.1 - 2016/07/24

  • add styling to quote block and thematic break.
  • fix spaces not preserved in code inline or literal inline.
  • fix thematic break was rendered outside of a paragraph.
  • fix hyperlink tooltip.

0.1.0 - 2016/07/17

  • initial release