What's Changed
- Add unreleased section to readme by @Alir3z4 in #319
- Make padded tables more similar to pandoc's pipe_tables by @ulodciv in #318
- Simplify and update lint configurations by @jdufresne in #335
- Support Python 3.9 by @mborsetti in #340
- Don't add line breaks inside link names by @mborsetti in #339
- indent
<ul>
inside<ol>
three spaces instead of two by @snarfed in #345 - Insert whitespace at most once with multpile emphasis by @EdwardJRoss in #333
- omit unnecessary spaces around
<b>
,<em>
, and<strike>
by @snarfed in #342 - Don't wrap tables by default by @gpanders in #353
- fix test failure introduced in #342 by @snarfed in #357
- FIX issue #320 crashes when padding empty table by @mpodolsk in #361
- Add
ignore_mailto_links
config option by @gpanders in #356 - Fix
\n
inside text of a Markdown link by @mborsetti in #373 - Using GitHub Actions instead of Travis CI by @Alir3z4 in #358
- Fix extra newline bug by @theSage21 in #363
- Support Python 3.10, 3.11 and 3.12 by @mborsetti in #392
- Ignore
<p>
tags in table rows by @gpanders in #354 - Improve support for null attribute values by @alexmv in #406
- Support sup and sub html tags by @cowboysync in #408
New Contributors
- @ulodciv made their first contribution in #318
- @snarfed made their first contribution in #345
- @EdwardJRoss made their first contribution in #333
- @gpanders made their first contribution in #353
- @mpodolsk made their first contribution in #361
- @alexmv made their first contribution in #406
Full Changelog: 2020.1.16...2024.2.25