Added
- Added public $data array to block elements (#95)
- Added
isIndentedhelper method toCursor - Added a new
Converterbase class whichCommonMarkConverterextends from (#105)
Changed
- Bumped spec target version to 0.20 (#112)
- Renamed
ListBlock::$dataandListItem::$datato$listData - Require link labels to contain non-whitespace (commonmark/commonmark-spec#322)
- Use U+FFFD for entities resolving to 0 (commonmark/commonmark-spec#323)
- Moved
IndentedCodeParser::CODE_INDENT_LEVELtoCursor::INDENT_LEVEL - Changed arrays to short syntax (#116)
- Improved efficiency of DelimiterStack iteration (commonmark/commonmark.js#43)
Fixed
- Fixed open block tag followed by newline not being recognized (commonmark/commonmark-spec#324)
- Fixed indented lists sometimes being parsed incorrectly (commonmark/commonmark.js#42)