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
Here are some examples of left over html after parsing emails with Markdownify. Some of them are a big mess html wise.
Would also really like it if something could be done about the large amount of empty lines in the end result like in Variant1
I tried cleaning them of any sensitive information. Let me know If i overlooked anything.
The files are paired
_HTML is the html before Markdownify
_Markdownify is what Markdownify made of it after processing using $html2markdown = new Markdownify\ConverterExtra(); $html2markdown->setKeepHTML( FALSE ); $body = $html2markdown->parseString( $body ); Variant1_HTML.txt Variant1_Markdownify.txt
From #29
The text was updated successfully, but these errors were encountered: