[SPIP][PLUGINS] v3.0-->v3.2
[lhc/web/www.git] / www / plugins-dist / textwheel / tests / data / base / inline_link_title.html
1 <p><a href="http://example.com" class='spip_out' title="title" rel='external'>link</a> and <a href="/tests/" title="title">another link</a></p>
2 <p><a href="http://example.com" class='spip_out' hreflang='de' rel='external'>link</a> and <a href="/tests/" hreflang='de'>another link</a></p>
3 <p><a href="http://example.com" class='spip_out' hreflang='de' rel='external'>link</a> and <a href="/tests/" hreflang='de'>another link</a></p>
4 <p><a href="http://example.com" class='spip_out' rel='external'>link<i>em</i></a> and <a href="/tests/">another link<i>em</i></a></p>
5 <p><a href="http://example.com" class='spip_out' rel='external'>link|<i>em</i></a> and <a href="/tests/">another link|<i>em</i></a></p>
6 <p><a href="http://example.com" class='spip_out' title="title with em" rel='external'>link</a> and <a href="/tests/" title="title with em">another link</a></p>
7 <p><a href="http://example.com" class='spip_out' title="title with bold" rel='external'>link</a> and <a href="/tests/" title="title with bold">another link</a></p>
8 <p><a href="http://example.com" class='spip_out' hreflang='fr' title="title" rel='external'>link</a> and <a href="/tests/" hreflang='fr' title="title">another link</a></p>
9 <p><a href="http://example.com" class='spip_out' hreflang='fr' title="title" rel='external'>link with <i>em</i></a> and <a href="/tests/" hreflang='fr' title="title">another link with <i>em</i></a></p>
10 <p><a href="http://example.com" class='spip_out' rel='external'>link|title with <b>bold</b></a> and <a href="/tests/">another link|title with <b>bold</b></a></p>