thephpleague / html-to-markdown

Convert HTML to Markdown with PHP
MIT License
1.77k stars 205 forks source link

Feature Request: Option to not convert links to <http://...> #150

Closed annando closed 6 years ago

annando commented 6 years ago

We are using the converter in https://github.com/friendica/friendica/ to convert our posts to Markdown for Diaspora. Diaspora itself seems to have an issue with links in the format <http://domain.tld>, so it would be nice if there could be some option so that links are always converted to [http://domain.tld](http://domain.tld).

annando commented 6 years ago

Hmm, it seems as if it doesn't work with Diaspora in the other format as well. Seems to be an issue in Diaspora that is not related to the Markdown dialect.