Breaking Changes
If you are using custom tag conversion functions (`convert_*()`), note that the function interface has changed. See 191 for details.
What's Changed
* Do not construct Markdown links in code spans and code blocks by chrispy-snps in https://github.com/matthewwithanm/python-markdownify/pull/165
* Insert a blank line between table caption, table content by chrispy-snps in https://github.com/matthewwithanm/python-markdownify/pull/167
* Allow a `wrap_width` value of `None` for unlimited line lengths by chrispy-snps in https://github.com/matthewwithanm/python-markdownify/pull/169
* Optimize empty-line handling for `<li>` and `<blockquote>` content by chrispy-snps in https://github.com/matthewwithanm/python-markdownify/pull/171
* Support HTML definition lists (`<dl>`, `<dt>`, and `<dd>`) by chrispy-snps in https://github.com/matthewwithanm/python-markdownify/pull/173
* Add a new `table_infer_header` configuration option to control table header row inference by SomeBottle in https://github.com/matthewwithanm/python-markdownify/pull/161
* For `convert_*` functions, allow for tags with special characters in their name (like "subtag-name") by Fess-AKA-DeadMonk in https://github.com/matthewwithanm/python-markdownify/pull/136
* Code simplification to remove the `children_only` parameter by chrispy-snps in https://github.com/matthewwithanm/python-markdownify/pull/174
* Add blank line before ATX-style headings to avoid ambiguity by chrispy-snps in https://github.com/matthewwithanm/python-markdownify/pull/178
* Add blank line before/after preformatted blocks by chrispy-snps in https://github.com/matthewwithanm/python-markdownify/pull/179
* Remove superfluous leading/trailing whitespace by chrispy-snps in https://github.com/matthewwithanm/python-markdownify/pull/181
* Simplify computation of `convert_children_as_inline` variable by chrispy-snps in https://github.com/matthewwithanm/python-markdownify/pull/182
* When computing `<ol>`/`<li>` numbering, ignore non-`<li>` previous siblings by chrispy-snps in https://github.com/matthewwithanm/python-markdownify/pull/183
* Make conversion non-destructive to soup; improve div/article/section handling by chrispy-snps in https://github.com/matthewwithanm/python-markdownify/pull/184
* Propagate parent tag context downward to improve runtime by chrispy-snps in https://github.com/matthewwithanm/python-markdownify/pull/191
* Avoid stripping nonbreaking spaces by jsm28 in https://github.com/matthewwithanm/python-markdownify/pull/188
* Escape right square brackets by jsm28 in https://github.com/matthewwithanm/python-markdownify/pull/187
* Rename regex pattern variables by chrispy-snps in https://github.com/matthewwithanm/python-markdownify/pull/195
* Use a conversion function cache to improve runtime by chrispy-snps in https://github.com/matthewwithanm/python-markdownify/pull/196
* Use compiled regex patterns for escaping to improve runtime by chrispy-snps in https://github.com/matthewwithanm/python-markdownify/pull/194
New Contributors
* SomeBottle made their first contribution in https://github.com/matthewwithanm/python-markdownify/pull/161
* Fess-AKA-DeadMonk made their first contribution in https://github.com/matthewwithanm/python-markdownify/pull/136
**Full Changelog**: https://github.com/matthewwithanm/python-markdownify/compare/0.14.1...1.0.0