0.9.0
This release brings a number of changes.
New features
- Thanks to @lo48576, pulldown now optionally supports custom header ids and classes for headers. Set
ENABLE_HEADING_ATTRIBUTES
in the options to enable. - Users can now access reference definitions, information that was previously only exposed internally.
- Pulldown is now CommonMark 0.30 compliant.
Changes
- The function signature for the broken link callback has changed slightly to allow for
FnMut
functions.
There have also been a number of (small) parsing bug fixes.