Custom Injector to display URL address along with link text.
[htmlpurifier.git] / library / HTMLPurifier / ConfigSchema / schema / AutoFormat.DisplayLinkURI.txt
blobda32bc675377648b19627162eff2fe2f91d41cb5
1 AutoFormat.DisplayLinkURI
2 TYPE: bool
3 VERSION: 3.1.2
4 DEFAULT: false
5 --DESCRIPTION--
6 <p>
7   This directive turns on the in-text display of URIs in &lt;a&gt; tags, and disables
8   those links. For example, <a href="http://example.com">example</a> becomes
9   example (<a>http://example.com</a>).
10 </p>