html2text icon indicating copy to clipboard operation
html2text copied to clipboard

Convert HTML to Markdown-formatted text.

Results 71 html2text issues
Sort by recently updated
recently updated
newest added

today, i try it to convert html to md,but img url is not right --- in the `__init__.py` , `optwrap function` ```python # line 918 wrapped = wrap( para, self.body_width,...

the BODY_WIDTH also clip url link

**Input:** `Descripción:El filamento de lápiz 3d es....` **Output:** ``` ** Descripci ón:** El filamento del lápiz 3d es... ``` As shown above, the second "acute" char gets properly rendered while...

I think this piece information will be handy starter code to use for anybody trying to use this library for the first time.

Extra slash was added in front of output when two and above '-' were encountered. eg. echo '\-\ | html2text -> '-' echo '\--\ | html2text -> '\\--' Also, if...

maybe a parameter to turn off titles from popping up under inline urls? , because it renders incorrectly in certain platforms and messes up if `( )` are present in...

I'm working on a fork to add an option (`--no-markdown`) that will allow the conversion of HTML to pure plain text. For example, this will add quotation marks around blockquotes,...

Hi, some tag is display:none or class='hidden_class' need remove , But there is no property setting. now need use BeautifulSoup remove hidden tag. next markdown. If there's a switch, maybe...