diff options
author | gbrandl <devnull@localhost> | 2007-02-16 19:33:17 +0100 |
---|---|---|
committer | gbrandl <devnull@localhost> | 2007-02-16 19:33:17 +0100 |
commit | 1bf6bea8148a9b07ed33f7b8a57e132e0b404ca9 (patch) | |
tree | 0047c36ae6e8759af106c44b7afb19b91474c9a0 | |
parent | 7295d721a42d430d2ae1a27913f1f8d82d722ada (diff) | |
download | pygments-1bf6bea8148a9b07ed33f7b8a57e132e0b404ca9.tar.gz |
[svn] Mention the options.
-rw-r--r-- | docs/src/moinmoin.txt | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/docs/src/moinmoin.txt b/docs/src/moinmoin.txt index 783c7f4d..8b2216b3 100644 --- a/docs/src/moinmoin.txt +++ b/docs/src/moinmoin.txt @@ -8,10 +8,11 @@ From Pygments 0.7, the source distribution ships a `Moin`_ parser plugin that can be used to get Pygments highlighting in Moin wiki pages. To use it, copy the file `external/moin-parser.py` from the Pygments -distribution to the `data/plugin/parser` subdirectory of your Moin instance, -edit the options at the top of the file and give the file the name that the -parser directive should have. For example, if you name the file ``code.py``, you -can get a highlighted Python code sample with this Wiki markup:: +distribution to the `data/plugin/parser` subdirectory of your Moin instance. +Edit the options at the top of the file (currently ``ATTACHMENTS`` and +``INLINESTYLES``) and rename the file to the name that the parser directive +should have. For example, if you name the file ``code.py``, you can get a +highlighted Python code sample with this Wiki markup:: {{{ #!code python |