- Lists with blank values will parse to something instead of blowing up.
- No longer supports python 3.6 or 3.7
- Convenience exports, markdown_to_json.dictify and markdown_to_json.jsonify
- Can handle missing H1
- Can handle unicode
- Updated vendorized libraries
- Supports more datastructures without throwing errors. May be lossy.
- Returns standard library OrderedDict instead of vendorized one.
- No longer supports python 2.
- MR processed
- Initial release