...

Text file src/github.com/yuin/goldmark/extension/_test/linkify.txt

Documentation: github.com/yuin/goldmark/extension/_test

     11
     2//- - - - - - - - -//
     3www.commonmark.org
     4//- - - - - - - - -//
     5<p><a href="http://www.commonmark.org">www.commonmark.org</a></p>
     6//= = = = = = = = = = = = = = = = = = = = = = = =//
     7
     8
     9
    102
    11//- - - - - - - - -//
    12Visit www.commonmark.org/help for more information.
    13//- - - - - - - - -//
    14<p>Visit <a href="http://www.commonmark.org/help">www.commonmark.org/help</a> for more information.</p>
    15//= = = = = = = = = = = = = = = = = = = = = = = =//
    16
    17
    18
    193
    20//- - - - - - - - -//
    21www.google.com/search?q=Markup+(business)
    22
    23www.google.com/search?q=Markup+(business)))
    24
    25(www.google.com/search?q=Markup+(business))
    26
    27(www.google.com/search?q=Markup+(business)
    28//- - - - - - - - -//
    29<p><a href="http://www.google.com/search?q=Markup+(business)">www.google.com/search?q=Markup+(business)</a></p>
    30<p><a href="http://www.google.com/search?q=Markup+(business)">www.google.com/search?q=Markup+(business)</a>))</p>
    31<p>(<a href="http://www.google.com/search?q=Markup+(business)">www.google.com/search?q=Markup+(business)</a>)</p>
    32<p>(<a href="http://www.google.com/search?q=Markup+(business)">www.google.com/search?q=Markup+(business)</a></p>
    33//= = = = = = = = = = = = = = = = = = = = = = = =//
    34
    35
    36
    374
    38//- - - - - - - - -//
    39www.google.com/search?q=(business))+ok
    40//- - - - - - - - -//
    41<p><a href="http://www.google.com/search?q=(business))+ok">www.google.com/search?q=(business))+ok</a></p>
    42//= = = = = = = = = = = = = = = = = = = = = = = =//
    43
    44
    45
    465
    47//- - - - - - - - -//
    48www.google.com/search?q=commonmark&hl=en
    49
    50www.google.com/search?q=commonmark&hl;
    51//- - - - - - - - -//
    52<p><a href="http://www.google.com/search?q=commonmark&amp;hl=en">www.google.com/search?q=commonmark&amp;hl=en</a></p>
    53<p><a href="http://www.google.com/search?q=commonmark">www.google.com/search?q=commonmark</a>&amp;hl;</p>
    54//= = = = = = = = = = = = = = = = = = = = = = = =//
    55
    56
    57
    586
    59//- - - - - - - - -//
    60www.commonmark.org/he<lp
    61//- - - - - - - - -//
    62<p><a href="http://www.commonmark.org/he">www.commonmark.org/he</a>&lt;lp</p>
    63//= = = = = = = = = = = = = = = = = = = = = = = =//
    64
    65
    66
    677
    68//- - - - - - - - -//
    69http://commonmark.org
    70
    71(Visit https://encrypted.google.com/search?q=Markup+(business))
    72
    73Anonymous FTP is available at ftp://foo.bar.baz.
    74//- - - - - - - - -//
    75<p><a href="http://commonmark.org">http://commonmark.org</a></p>
    76<p>(Visit <a href="https://encrypted.google.com/search?q=Markup+(business)">https://encrypted.google.com/search?q=Markup+(business)</a>)</p>
    77<p>Anonymous FTP is available at <a href="ftp://foo.bar.baz">ftp://foo.bar.baz</a>.</p>
    78//= = = = = = = = = = = = = = = = = = = = = = = =//
    79
    80
    81
    828
    83//- - - - - - - - -//
    84foo@bar.baz
    85//- - - - - - - - -//
    86<p><a href="mailto:foo@bar.baz">foo@bar.baz</a></p>
    87//= = = = = = = = = = = = = = = = = = = = = = = =//
    88
    89
    90
    919
    92//- - - - - - - - -//
    93hello@mail+xyz.example isn't valid, but hello+xyz@mail.example is.
    94//- - - - - - - - -//
    95<p>hello@mail+xyz.example isn't valid, but <a href="mailto:hello+xyz@mail.example">hello+xyz@mail.example</a> is.</p>
    96//= = = = = = = = = = = = = = = = = = = = = = = =//
    97
    98
    99
   10010
   101//- - - - - - - - -//
   102a.b-c_d@a.b
   103
   104a.b-c_d@a.b.
   105
   106a.b-c_d@a.b-
   107
   108a.b-c_d@a.b_
   109//- - - - - - - - -//
   110<p><a href="mailto:a.b-c_d@a.b">a.b-c_d@a.b</a></p>
   111<p><a href="mailto:a.b-c_d@a.b">a.b-c_d@a.b</a>.</p>
   112<p>a.b-c_d@a.b-</p>
   113<p>a.b-c_d@a.b_</p>
   114//= = = = = = = = = = = = = = = = = = = = = = = =//
   115
   116
   117
   11811
   119//- - - - - - - - -//
   120https://github.com#sun,mon
   121//- - - - - - - - -//
   122<p><a href="https://github.com#sun,mon">https://github.com#sun,mon</a></p>
   123//= = = = = = = = = = = = = = = = = = = = = = = =//
   124
   125
   126
   12712
   128//- - - - - - - - -//
   129https://github.com/sunday's
   130//- - - - - - - - -//
   131<p><a href="https://github.com/sunday's">https://github.com/sunday's</a></p>
   132//= = = = = = = = = = = = = = = = = = = = = = = =//
   133
   13413
   135//- - - - - - - - -//
   136https://github.com?q=stars:>1
   137//- - - - - - - - -//
   138<p><a href="https://github.com?q=stars:%3E1">https://github.com?q=stars:&gt;1</a></p>
   139//= = = = = = = = = = = = = = = = = = = = = = = =//
   140
   141
   14214
   143//- - - - - - - - -//
   144[https://google.com](https://google.com)
   145//- - - - - - - - -//
   146<p><a href="https://google.com">https://google.com</a></p>
   147//= = = = = = = = = = = = = = = = = = = = = = = =//
   148
   149
   15015
   151//- - - - - - - - -//
   152This is a `git@github.com:vim/vim`
   153//- - - - - - - - -//
   154<p>This is a <code>git@github.com:vim/vim</code></p>
   155//= = = = = = = = = = = = = = = = = = = = = = = =//
   156
   157
   15816
   159//- - - - - - - - -//
   160https://nic.college
   161//- - - - - - - - -//
   162<p><a href="https://nic.college">https://nic.college</a></p>
   163//= = = = = = = = = = = = = = = = = = = = = = = =//
   164
   165
   16617
   167//- - - - - - - - -//
   168http://server.intranet.acme.com:1313
   169//- - - - - - - - -//
   170<p><a href="http://server.intranet.acme.com:1313">http://server.intranet.acme.com:1313</a></p>
   171//= = = = = = = = = = = = = = = = = = = = = = = =//
   172
   173
   17418
   175//- - - - - - - - -//
   176https://g.page/foo
   177//- - - - - - - - -//
   178<p><a href="https://g.page/foo">https://g.page/foo</a></p>
   179//= = = = = = = = = = = = = = = = = = = = = = = =//
   180
   181
   18219: Trailing punctuation (specifically, ?, !, ., ,, :, *, _, and ~) will not be considered part of the autolink
   183//- - - - - - - - -//
   184__http://test.com/~/a__
   185__http://test.com/~/__
   186__http://test.com/~__
   187__http://test.com/a/~__
   188//- - - - - - - - -//
   189<p><strong><a href="http://test.com/~/a">http://test.com/~/a</a></strong>
   190<strong><a href="http://test.com/~/">http://test.com/~/</a></strong>
   191<strong><a href="http://test.com/">http://test.com/</a>~</strong>
   192<strong><a href="http://test.com/a/">http://test.com/a/</a>~</strong></p>
   193//= = = = = = = = = = = = = = = = = = = = = = = =//

View as plain text