mirror of
https://github.com/ezyang/htmlpurifier.git
synced 2025-01-09 23:41:52 +00:00
6385f42ebc
If enabled, automatically provide links to e-mail addresses. For example, Send an e-mail to user@example.com. is transformed to Send an e-mail to <a href="mailto:user@example.com">user@example.com</a>. Signed-off-by: Bradley M. Froehle <brad.froehle@gmail.com>
13 lines
271 B
Plaintext
13 lines
271 B
Plaintext
AutoFormat.LinkifyEmail
|
|
TYPE: bool
|
|
VERSION: 4.3.0
|
|
DEFAULT: false
|
|
--DESCRIPTION--
|
|
|
|
<p>
|
|
This directive turns on e-mail linkification, auto-linking e-mail addresses.
|
|
<code>a</code> tags with the <code>href</code> attribute
|
|
must be allowed.
|
|
</p>
|
|
--# vim: et sw=4 sts=4
|