- Loose lists are now detected correctly based on section 5.3 of the CommonMark spec. This fixes a serious bug that was leading to too may lists being interpreted as loose.
- The signature of case
listItem
of enumBlock
changes to enable this bug fix. EmphasisTransformer
is now extensible.