Added
- Convenience exports, markdown_to_json.dictify and markdown_to_json.jsonify
Fixed
- Can handle missing H1
- Can handle unicode
- Updated vendorized libraries
Changed
- Supports more datastructures without throwing errors. May be lossy.
- Returns standard library OrderedDict instead of vendorized one.
Removed
- No longer supports python 2.