diff options
| author | gbrandl <devnull@localhost> | 2007-03-29 10:30:21 +0200 |
|---|---|---|
| committer | gbrandl <devnull@localhost> | 2007-03-29 10:30:21 +0200 |
| commit | d30fd9d4ee2fe5cf57b9fbbe62cf021d9535f41c (patch) | |
| tree | f87076025751fed0cb330219499f1f3fe1bbff46 /docs/src | |
| parent | 732839419f6a3772c40bfed74dcf05f18d95306f (diff) | |
| download | pygments-d30fd9d4ee2fe5cf57b9fbbe62cf021d9535f41c.tar.gz | |
[svn] Document "handlecodeblocks" option. Bad mitsuhiko :)
Diffstat (limited to 'docs/src')
| -rw-r--r-- | docs/src/rstdirective.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/src/rstdirective.txt b/docs/src/rstdirective.txt index e049c87f..6e13d1f0 100644 --- a/docs/src/rstdirective.txt +++ b/docs/src/rstdirective.txt @@ -41,4 +41,8 @@ files using this syntax:: your code here +*Loosely related note:* The ReST lexer now recognizes ``.. sourcecode::`` and +``.. code::`` directives and highlights the contents in the specified language +if the `handlecodeblocks` option is true. + .. _ReST: http://docutils.sf.net/rst.html |
