htmly icon indicating copy to clipboard operation
htmly copied to clipboard

[Feature request] automatically make link in post click-able (like github/gitlab)

Open recolic opened this issue 5 years ago • 2 comments

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.

recolic avatar Oct 13 '20 06:10 recolic

https://github.com/michelf/php-markdown/issues/326

recolic avatar Dec 03 '20 09:12 recolic

Workaround: https://daringfireball.net/projects/markdown/syntax#autolink

recolic avatar Dec 03 '20 09:12 recolic

I will close this one. Thanks

danpros avatar Jun 03 '24 23:06 danpros