Examples » Simple plugin. Wiki-like plain text page source language

This example demonstrates Simple language plugin.

Header

Subheader 1

Paragraph text. Embedded HTML. Lists:

Subheader 2

Link: IncPlugins Image: Formatting: Bold Italic

Plugin simple v.1.0.0 | Inc v.1.0.0 | Settings: example,simple | ob is enabled | Executed in 0.05 s. | Hide source
<?php define('INC','example,simple'); include_once '../inc/inc.php';
$example_plugin = 'simple';

$title = 'Simple plugin. Wiki-like plain text page source language';

inc();?>

This example demonstrates Simple language plugin.

@ Header
@@ Subheader 1

Paragraph text. <span>Embedded HTML.</span> Lists:

* Item one;
* Item two;
* Item three.

@@ Subheader 2

Link: [[IncPlugins*http://www.incplugins.com/]]
Image: [[image.jpg]]
Formatting: [*Bold*] [/Italic/]