Lines Matching full:code
7 The CodeHilite Extension adds code/syntax highlighting to standard
8 Python-Markdown code blocks using [Pygments][].
23 language. When that fails, the code block will display as un-highlighted code.
34 The CodeHilite Extension follows the same [syntax][] as regular Markdown code
36 the code block. There are three ways to tell the hiliter what language the code
47 # Code goes here ...
52 # Code goes here ...
58 path (a single `/` or even a space), then that line is removed from the code
62 # Code goes here ...
66 # Code goes here ...
71 colons identifies the language. The first line is removed from the code block
75 # Code goes here ...
79 # Code goes here ...
83 CodeHilite is completely backward compatible so that if a code block is
89 # Code goes here ...
93 # Code goes here ...
97 <div class="codehilite" ><pre><code># Code goes here ...
98 </code></pre></div>
107 If you want every code block to have line numbers, even when using colons