Re: [Moin-user] Using Restructured text AND Pygments

2010-07-07 Thread Ivan F. Villanueva B.
* 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

Re: [Moin-user] Using Restructured text AND Pygments

2010-07-06 Thread Nic Pottier
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

Re: [Moin-user] Using Restructured text AND Pygments

2010-07-06 Thread R.Bauer
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

Re: [Moin-user] Using Restructured text AND Pygments

2010-07-05 Thread Ivan F. Villanueva B.
* 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.

[Moin-user] Using Restructured text AND Pygments

2010-07-03 Thread Nic Pottier
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