<p>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.</p>
<p>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 out of the box then even better.</p>
<p>Nic</p>
<p>On Jul 6, 2010 5:41 PM, "R.Bauer" <<a href="mailto:rb.proj@gmail.com">rb.proj@gmail.com</a>> wrote:<br type="attribution">> Nic Pottier schrieb:<br>>> Howdy,<br>>> <br>>> I'm trying to get MoinMoin configured such that I can use ReST for<br>
>> markup and also get Pygments for syntax highlighting in my code<br>>> blocks.  IE, I basically want my wiki to act like Sphinx does by<br>>> default.<br>>> <br>>> Making ReST the default markup is no problem, that works, but I can't<br>
>> get the syntax highlighting to work.  Is that supported / known as a<br>>> limitation?<br>>> <br>>> I bet I'm not the only one who'd like a Sphinx play-alike wiki.<br>>> <br>> <br>
> <br>> pygments syntax hightlighting is default in moin-1.9<br>> <br>> {{{#!highlight python<br>> class Example(object):<br>> }}}<br>> <br>> see<br>> <a href="http://moinmo.in/HelpOnParsers#highlight_parser">http://moinmo.in/HelpOnParsers#highlight_parser</a><br>
> <br>> <br>> Which moin version do you run?<br>> <br>> cheers<br>> Reimar<br>> <br>>> Cheers,<br>>> <br>>> -Nic<br>>> <br>>> ------------------------------------------------------------------------------<br>
>> This SF.net email is sponsored by Sprint<br>>> What will you do first with EVO, the first 4G phone?<br>>> Visit <a href="http://sprint.com/first">sprint.com/first</a> -- <a href="http://p.sf.net/sfu/sprint-com-first">http://p.sf.net/sfu/sprint-com-first</a><br>
> <br>> <br>> ------------------------------------------------------------------------------<br>> This SF.net email is sponsored by Sprint<br>> What will you do first with EVO, the first 4G phone?<br>> Visit <a href="http://sprint.com/first">sprint.com/first</a> -- <a href="http://p.sf.net/sfu/sprint-com-first">http://p.sf.net/sfu/sprint-com-first</a><br>
> _______________________________________________<br>> Moin-user mailing list<br>> <a href="mailto:Moin-user@lists.sourceforge.net">Moin-user@lists.sourceforge.net</a><br>> <a href="https://lists.sourceforge.net/lists/listinfo/moin-user">https://lists.sourceforge.net/lists/listinfo/moin-user</a><br>
</p>