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

Enhanced Link Detection in Markdown #11

Open
Shvaycvayer opened this issue Jan 7, 2025 · 2 comments
Open

Enhanced Link Detection in Markdown #11

Shvaycvayer opened this issue Jan 7, 2025 · 2 comments

Comments

@Shvaycvayer
Copy link

Currently, the detection of links in various Markdown formats is supported, including the following:

  • [![img](img_link)](link)
  • <a href="link"></a>
  • [text](link "title")

However, with the increasing adoption of simplified web link formats in Markdown, it would be beneficial to enhance the detection capabilities to include the following format:

  • link

Problem Statement

Simplified link formats are becoming more prevalent as users opt for minimalistic Markdown syntax. However, the current implementation does not detect plain link formats, which can lead to inconsistency and lack of functionality for users relying on such simplicity.

Proposal

Enhance the link detection logic to include the simplified web link format (link) alongside the already supported formats. This improvement would ensure better compatibility with modern Markdown usage trends for users.

Request

Please consider adding support for simplified web link detection in the next update. This enhancement would align with the current trends in Markdown usage and significantly improve the tool's versatility.

@AlexanderDokuchaev
Copy link
Owner

@Shvaycvayer Thanks for the first opened issue in the repository 🥳
I will add a check for this type of links in the next update.

@Shvaycvayer
Copy link
Author

@AlexanderDokuchaev thnks you for the fast reaction. I also wanted to add that it would be good to detect HTTP/HTTPS regardless of the format. I noticed that many people also write without a title, etc.

AlexanderDokuchaev added a commit that referenced this issue Jan 11, 2025
Issue: #11 

Passing links without any tags
```
https://github.com
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants