htmly
htmly copied to clipboard
[Feature request] automatically make link in post click-able (like github/gitlab)
In github/gitlab, if we use the following README.md, the link will be clickable:
### Download
Download me at https://some.website.com/this/is/a/very/really/really/long/url/1.exe . Enjoy!
But in htmly post, I have to write the link twice, like this:
### Download
Download me at [https://some.website.com/this/is/a/very/really/really/long/url/1.exe](https://some.website.com/this/is/a/very/really/really/long/url/1.exe) . Enjoy!
It's good if htmly can recognize links in the post, and automatically make it click-able.
https://github.com/michelf/php-markdown/issues/326
Workaround: https://daringfireball.net/projects/markdown/syntax#autolink
I will close this one. Thanks