0
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2025-01-09 23:41:52 +00:00
Commit Graph

1 Commits

Author SHA1 Message Date
Bradley M. Froehle
6385f42ebc Add AutoFormat.LinkifyEmail Option.
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>
2011-02-15 10:05:12 -08:00