* Nic Pottier [2010-07-06 18:14]:
> On Jul 6, 2010 5:41 PM, "R.Bauer" wrote:
> > pygments syntax hightlighting is default in moin-1.9
> >
> > {{{#!highlight python
> > class Example(object):
> > }}}
> >
> > see
> > http://moinmo.in/HelpOnParsers#highlight_parser
> Using moinmoin markup, yes it i
Using moinmoin markup, yes it is. But I couldn't figure out the right
incantation to get it to work with code blocks when using restructured text.
I ended up hacking my own version to make it work, which I will share as a
gist next time I'm near a computer, but if there's a way to make it work ou
Nic Pottier schrieb:
> Howdy,
>
> I'm trying to get MoinMoin configured such that I can use ReST for
> markup and also get Pygments for syntax highlighting in my code
> blocks. IE, I basically want my wiki to act like Sphinx does by
> default.
>
> Making ReST the default markup is no problem, th
* Nic Pottier [2010-07-03 17:27]:
> I'm trying to get MoinMoin configured such that I can use ReST for
> markup and also get Pygments for syntax highlighting
I use a script to generate webpages from rst plaintext files, using also
Pygments. Maybe it can
inspire you to make MoinMoin do the same.
Howdy,
I'm trying to get MoinMoin configured such that I can use ReST for
markup and also get Pygments for syntax highlighting in my code
blocks. IE, I basically want my wiki to act like Sphinx does by
default.
Making ReST the default markup is no problem, that works, but I can't
get the syntax