##// END OF EJS Templates
help: update template examples to use reST literal syntax...
Yuya Nishihara -
r28040:6db47740 stable
parent child Browse files
Show More
@@ -43,13 +43,13 b' In addition to filters, there are some b'
43
43
44 .. functionsmarker
44 .. functionsmarker
45
45
46 Also, for any expression that returns a list, there is a list operator:
46 Also, for any expression that returns a list, there is a list operator::
47
47
48 - expr % "{template}"
48 expr % "{template}"
49
49
50 As seen in the above example, "{template}" is interpreted as a template.
50 As seen in the above example, ``{template}`` is interpreted as a template.
51 To prevent it from being interpreted, you can use an escape character "\{"
51 To prevent it from being interpreted, you can use an escape character ``\{``
52 or a raw string prefix, "r'...'".
52 or a raw string prefix, ``r'...'``.
53
53
54 Some sample command line templates:
54 Some sample command line templates:
55
55
General Comments 0
You need to be logged in to leave comments. Login now