##// END OF EJS Templates
highlight: use reST syntax for literal block
Martin Geisler -
r9210:2667ca52 default
parent child Browse files
Show More
@@ -12,10 +12,10 b''
12 12
13 13 It depends on the Pygments syntax highlighting library: http://pygments.org/
14 14
15 There is a single configuration option:
15 There is a single configuration option::
16 16
17 [web]
18 pygments_style = <style>
17 [web]
18 pygments_style = <style>
19 19
20 20 The default is 'colorful'.
21 21 """
General Comments 0
You need to be logged in to leave comments. Login now