Alir3z4 / html2text

Convert HTML to Markdown-formatted text.
alir3z4.github.io/html2text/
GNU General Public License v3.0
1.74k stars 266 forks source link

Extra "\" slashes before specific numeric #399

Open SubhamDyno opened 1 year ago

SubhamDyno commented 1 year ago

Hello Team,

Whenever we give Input: <p>1. Hello My name is Subham</p> to this html2text. output: 1\. Hello My name is Subham

The extra "\" after numeric digit is not needed. This is very specific appearing after numerics whenever there is a "." (dot) and whitespace following to it.

Could you please help to escape this.