diff --git a/help/environment.txt b/help/environment.txt --- a/help/environment.txt +++ b/help/environment.txt @@ -50,7 +50,7 @@ HGUSER - hgrc files from the HGRCPATH - EMAIL - interactive prompt - - LOGNAME (with '@hostname' appended) + - LOGNAME (with ``@hostname`` appended) (deprecated, use .hgrc) diff --git a/help/templates.txt b/help/templates.txt --- a/help/templates.txt +++ b/help/templates.txt @@ -75,11 +75,11 @@ List of filters: the timezone: "Mon Sep 04 15:13:13 2006 0700". :domain: Any text. Finds the first string that looks like an email address, and extracts just the domain - component. Example: 'User ' becomes - 'example.com'. + component. Example: ``User `` becomes + ``example.com``. :email: Any text. Extracts the first string that looks like - an email address. Example: 'User ' - becomes 'user@example.com'. + an email address. Example: ``User `` + becomes ``user@example.com``. :escape: Any text. Replaces the special XML/XHTML characters "&", "<" and ">" with XML entities. :fill68: Any text. Wraps the text to fit in 68 columns.