dokuwiki ist eine Wiki-Software.
Siehe Code Prettifier Plugin
Beispiel 1
<Code> <?php echo '<p>Hello World</p>'; ?> </Code>
<?php echo '<p>Hello World</p>'; ?>
Beispiel 2
<Code:php linenums:1 |Example #1 Our first PHP script: //hello.php//> <html> <head> <title>PHP Test</title> </head> <body> <?php echo '<p>Hello World</p>'; ?> </body> </html> </Code>
Example #1 Our first PHP script: hello.php
<html> <head> <title>PHP Test</title> </head> <body> <?php echo '<p>Hello World</p>'; ?> </body> </html>
Siehe Konsole-Plugin
Beispiel
<konsole root> ls -l </konsole>
~~REDIRECT>beratung:Arbeit~~
Eintragen in dokuwiki/conf/plugins.local.php (Plugins liegen in dokuwiki/libs/plugins/)
$plugins['code2'] = 0;