1.2.0
What's Changed
- Add beautiful_soup_parser option by @vincentkelleher in #206
- make convert_hn() public instead of internal by @chrispy-snps in #213
- Add conversion support for
<q>tags by @colinrobinsonuib in #217 - Ensure that explicitly provided heading conversion functions are used (#212) by @chrispy-snps in #214
- allow BeautifulSoup configuration kwargs to be specified by @chrispy-snps in #224
- implement a strip_pre configuration option (#218) by @chrispy-snps in #222
- Support backticks in
<code>spans (#226) by @chrispy-snps in #230 - limit colspan values to range [1, 1000] by @alheiveea in #232
- ci: update
actions/checkoutto v4 by @G-Rath in #233 - docs: fix typo by @G-Rath in #234
- feat: add basic type stubs by @G-Rath in #221
New Contributors
- @vincentkelleher made their first contribution in #206
- @colinrobinsonuib made their first contribution in #217
- @alheiveea made their first contribution in #232
- @G-Rath made their first contribution in #233
Full Changelog: 1.1.0...1.2.0