Added
Changed
- Bumped spec target version to 0.26 (#260)
- The
CursorStateconstructor requires an additional parameter (#258) - Ordered lists cannot interupt a paragraph unless they start with
1(#260) - Blank list items cannot interupt a paragraph (#260)
Deprecated
- Deprecated
DelimiterStack::findFirstMatchingOpener()- usefindMatchingOpener()instead (#260)
Fixed
- Fixed tabs in ATX headers and thematic breaks (#260)
- Fixed issue where cursor state was not being restored properly (#258, #260)
- This fixed the lists-with-tabs regression reported in #258