You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
mrh1997
changed the title
inline tags within strong/strike/u/i/em/... does not handle spaces correctly
inline tags within strong/strike/u/i/em/... do not handle spaces correctly
Oct 12, 2021
Some inline tags require removing space between text and markdown (
<strong>TEXT </string>
=>**TEXT**
)When adding another inline tag within these tags space removal does not work proper any more:
html2text --version
: 2020.1.16python --version
: 3.6.3The text was updated successfully, but these errors were encountered: