What's Changed
* More carefully separate inline text from block content by jsm28 in https://github.com/matthewwithanm/python-markdownify/pull/120
* More selective escaping of `-.)` (alternative approach) by jsm28 in https://github.com/matthewwithanm/python-markdownify/pull/149
* More thorough cleanup of input whitespace by jsm28 in https://github.com/matthewwithanm/python-markdownify/pull/151
* Fix logic for indentation inside list items by jsm28 in https://github.com/matthewwithanm/python-markdownify/pull/152
* Set escape_misc to False by default to improve backwards compatibility by alfonsrv in https://github.com/matthewwithanm/python-markdownify/pull/153
* Fix whitespace issues around wrapping by jsm28 in https://github.com/matthewwithanm/python-markdownify/pull/150
New Contributors
* alfonsrv made their first contribution in https://github.com/matthewwithanm/python-markdownify/pull/153
**Full Changelog**: https://github.com/matthewwithanm/python-markdownify/compare/0.13.1...0.14.0