[Moin-user] escape character

ReimarBuaer rb.proj at googlemail.com
Tue Aug 17 05:34:34 EDT 2010


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





More information about the Moin-user mailing list