##// END OF EJS Templates
help: markup email addresses as inline literals...
Martin Geisler -
r9704:90e96889 default
parent child Browse files
Show More
@@ -50,7 +50,7 b' HGUSER'
50 50 - hgrc files from the HGRCPATH
51 51 - EMAIL
52 52 - interactive prompt
53 - LOGNAME (with '@hostname' appended)
53 - LOGNAME (with ``@hostname`` appended)
54 54
55 55 (deprecated, use .hgrc)
56 56
@@ -75,11 +75,11 b' List of filters:'
75 75 the timezone: "Mon Sep 04 15:13:13 2006 0700".
76 76 :domain: Any text. Finds the first string that looks like an
77 77 email address, and extracts just the domain
78 component. Example: 'User <user@example.com>' becomes
79 'example.com'.
78 component. Example: ``User <user@example.com>`` becomes
79 ``example.com``.
80 80 :email: Any text. Extracts the first string that looks like
81 an email address. Example: 'User <user@example.com>'
82 becomes 'user@example.com'.
81 an email address. Example: ``User <user@example.com>``
82 becomes ``user@example.com``.
83 83 :escape: Any text. Replaces the special XML/XHTML characters
84 84 "&", "<" and ">" with XML entities.
85 85 :fill68: Any text. Wraps the text to fit in 68 columns.
General Comments 0
You need to be logged in to leave comments. Login now