##// 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 - hgrc files from the HGRCPATH
50 - hgrc files from the HGRCPATH
51 - EMAIL
51 - EMAIL
52 - interactive prompt
52 - interactive prompt
53 - LOGNAME (with '@hostname' appended)
53 - LOGNAME (with ``@hostname`` appended)
54
54
55 (deprecated, use .hgrc)
55 (deprecated, use .hgrc)
56
56
@@ -75,11 +75,11 b' List of filters:'
75 the timezone: "Mon Sep 04 15:13:13 2006 0700".
75 the timezone: "Mon Sep 04 15:13:13 2006 0700".
76 :domain: Any text. Finds the first string that looks like an
76 :domain: Any text. Finds the first string that looks like an
77 email address, and extracts just the domain
77 email address, and extracts just the domain
78 component. Example: 'User <user@example.com>' becomes
78 component. Example: ``User <user@example.com>`` becomes
79 'example.com'.
79 ``example.com``.
80 :email: Any text. Extracts the first string that looks like
80 :email: Any text. Extracts the first string that looks like
81 an email address. Example: 'User <user@example.com>'
81 an email address. Example: ``User <user@example.com>``
82 becomes 'user@example.com'.
82 becomes ``user@example.com``.
83 :escape: Any text. Replaces the special XML/XHTML characters
83 :escape: Any text. Replaces the special XML/XHTML characters
84 "&", "<" and ">" with XML entities.
84 "&", "<" and ">" with XML entities.
85 :fill68: Any text. Wraps the text to fit in 68 columns.
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