logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

wml::fmt::url - Recognize Uniform Resource Locator

Author

        Ralf S. Engelschall
        rse@engelschall.com
        www.engelschall.com

Description

       The usage is simple: Just surround the text with the "<url>" container tag and all contained URLs are
       recognized and made interactive by adding HTML "<a>" (anchor) tags.

Name

       wml::fmt::url - Recognize Uniform Resource Locator

Requires

        Internal: P1, P2, P6
        External: --

See Also

       HTML "<a>" tag.

EN Tools                                           2020-11-29                                   wml::fmt::url(3)

Synopsis

        #use wml::fmt::url

        <url>
        ....http://....
        </url>

See Also