Skip to content

v3.0.106

Latest
Compare
Choose a tag to compare
@ap0llo-bot ap0llo-bot released this 25 Feb 23:14

New Features

Bug Fixes

Breaking Changes

Details

Add support for GitHub Flavored Markdown "Task list items"

Breaking Change: This change introduces a new base class for list items (MdListItemBase) and changes both MdBulletList and MdOrderedList to use the base type instead of 'MdListItem'. This is a binary breaking change and requires recompilation of code consuming the library.

Add support for GitHub Flavored Markdown's task list items.

Task lists can be created by adding instances of MdTaskListItem instead of instances of MdListItem to either MdBulletList or MdOrderedLists.
Note that task lists might not be supported by all Markdown implementations.

Fix serialization of blank lines in code blocks

Blank lines in the content of MdCodeBlock block were being omitted when saving Markdown.