# Wiki Syntax {{toc 1-2}} # Standard MojoMojo --- ## Local Links | Type | Example | Code | | --- | --- | --- | | top level link | [[/wiki_syntax]] | [[/wiki_syntax]] | | relative link | [[wiki_syntax]] | [[wiki_syntax]] | --- ## External Links | Type | Example | Code | | --- | --- | --- | | external link | [text](http://wiki.cipux.org) | [text](http://wiki.cipux.org) | --- ## Perl Code __EXAMPLE__:
#!/usr/bin/perl -w
use strict;
use warnings;
print "Hallo Welt!\n";
__END__
{{pod}}
=head2 CODE:
#!/usr/bin/perl -w
use strict;
use warnings;
print "Hallo Welt!\n";
__END__
{{end}}
---
## POD Style
__EXAMPLE__:
{{pod}}
=head3 A small Header
Some normal Text which get wrapped.
Some formatted text.
Mostly Perl Code.
{{end}}
__CODE__:
{{pod}} =head3 A small Header Some normal Text which get wrapped. Some formatted text. Mostly Perl Code. {{end}}--- ## Right hand side list
Site Sections
---
## Include