Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
recolic opened this issue Oct 13, 2020 · 3 comments

Comments

@recolic
Copy link

recolic commented Oct 13, 2020

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
Copy link
Author

recolic commented Dec 3, 2020

michelf/php-markdown#326

@recolic
Copy link
Author

recolic commented Dec 3, 2020

@danpros
Copy link
Owner

danpros commented Jun 3, 2024

I will close this one. Thanks

@danpros danpros closed this as completed Jun 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants