What's Changed
* Avoid inline styles inside `<code>` / `<pre>` conversion by jsm28 in https://github.com/matthewwithanm/python-markdownify/pull/117
* Escape all characters with Markdown significance by jsm28 in https://github.com/matthewwithanm/python-markdownify/pull/118
* Update MANIFEST.in to exclude tests during packaging by samypr100 in https://github.com/matthewwithanm/python-markdownify/pull/125
* Special-case use of HTML tags for converting `<sub>` / `<sup>` by jsm28 in https://github.com/matthewwithanm/python-markdownify/pull/119
* handle ol start value is not number by microdnd in https://github.com/matthewwithanm/python-markdownify/pull/127
New Contributors
* jsm28 made their first contribution in https://github.com/matthewwithanm/python-markdownify/pull/117
* samypr100 made their first contribution in https://github.com/matthewwithanm/python-markdownify/pull/125
* microdnd made their first contribution in https://github.com/matthewwithanm/python-markdownify/pull/127
**Full Changelog**: https://github.com/matthewwithanm/python-markdownify/compare/0.12.1...0.13.0