mercurial/help/templates.txt
branchstable
changeset 28040 6db47740e681
parent 26485 43bf9471fae9
child 28957 d813132ea361
--- a/mercurial/help/templates.txt	Sat Feb 06 20:43:20 2016 +0900
+++ b/mercurial/help/templates.txt	Fri Feb 05 23:17:07 2016 +0900
@@ -43,13 +43,13 @@
 
 .. functionsmarker
 
-Also, for any expression that returns a list, there is a list operator:
+Also, for any expression that returns a list, there is a list operator::
 
-- expr % "{template}"
+    expr % "{template}"
 
-As seen in the above example, "{template}" is interpreted as a template.
-To prevent it from being interpreted, you can use an escape character "\{"
-or a raw string prefix, "r'...'".
+As seen in the above example, ``{template}`` is interpreted as a template.
+To prevent it from being interpreted, you can use an escape character ``\{``
+or a raw string prefix, ``r'...'``.
 
 Some sample command line templates: