Skip to content

Autolink Extension not detecting links that start with www #298

Open
@rockycodes

Description

@rockycodes

autolink-java supports detecting WWW links, but the Autolink Extension for commonmark-java does not. This is easily fixed by removing this line so that the default detecting logic for autolink-java will be used. I am happy to submit a pr to do this, but wanted to first check if there is a historical reason for doing it this way since the more limited list seems to have been intentionally added in this change.

Fwiw, this is a blocker for me using the Autolink Extension in my project. If the more limited list of supported link types is intentional, it should be called out in the documentation.

Steps to reproduce the problem (provide example Markdown if applicable):

www.google.com

Expected behavior:

<a href="http://www.google.com" class="text-blue-600" target="_blank">www.google.com</a>

Actual behavior:

<p>www.google.com</p>

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions