Rocky Borg schrieb:
>   Is there a way to escape a character so #! isn't parsed further and 
> will simply display as regular text.
> 
> I'm trying to do
> 
> {{{
> #!/bin/sh
> along with further text here.
> }}}
> 

try

{{{#!highlight sh
#!/bin/sh
along with further text here.
}}}


see http://moinmo.in/HelpOnParsers#highlight_parser

cheers
Reimar


------------------------------------------------------------------------------
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
_______________________________________________
Moin-user mailing list
Moin-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/moin-user

Reply via email to