Sha256: 8f87599c49e7b9b8366f56e9cf03f4b05c4fbb277695624a7f8d963c64637bfa

Contents?: true

Size: 721 Bytes

Versions: 11

Compression:

Stored size: 721 Bytes

Contents

<div class="h-entry">
    <h1><a class="p-name">Expanding URLs within HTML content</a></h1>
    <div class="e-content">
        <ul>
            <li><a href="http://www.w3.org/">Should not change: http://www.w3.org/</a></li>
            <li><a href="http://example.com/">Should not change: http://example.com/</a></li>
            <li><a href="test.html">File relative: test.html = http://example.com/test.html</a></li>
            <li><a href="/test/test.html">Directory relative: /test/test.html = http://example.com/test/test.html</a></li>
            <li><a href="/test.html">Relative to root: /test.html = http://example.com/test.html</a></li>
        </ul>
        <img src="images/photo.gif" />
    </div>  
</div>

Version data entries

11 entries across 11 versions & 2 rubygems

Version Path
microformats-4.0.7 vendor/tests/tests/microformats-v2/h-entry/urlincontent.html
microformats-4.0.6 vendor/tests/tests/microformats-v2/h-entry/urlincontent.html
microformats-4.0.5 vendor/tests/tests/microformats-v2/h-entry/urlincontent.html
microformats-4.0.4 vendor/tests/tests/microformats-v2/h-entry/urlincontent.html
microformats-4.0.3 vendor/tests/tests/microformats-v2/h-entry/urlincontent.html
microformats-4.0.2 vendor/tests/tests/microformats-v2/h-entry/urlincontent.html
microformats-4.0.1 vendor/tests/tests/microformats-v2/h-entry/urlincontent.html
microformats-4.0.0 vendor/tests/tests/microformats-v2/h-entry/urlincontent.html
microformats2-3.1.0 vendor/tests/tests/microformats-v2/h-entry/urlincontent.html
microformats2-3.0.1 vendor/tests/tests/microformats-v2/h-entry/urlincontent.html
microformats2-3.0.0 vendor/tests/tests/microformats-v2/h-entry/urlincontent.html