summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--help_format_tikiwiki_inc.php8
1 files changed, 7 insertions, 1 deletions
diff --git a/help_format_tikiwiki_inc.php b/help_format_tikiwiki_inc.php
index a8123f8..7df2e1a 100644
--- a/help_format_tikiwiki_inc.php
+++ b/help_format_tikiwiki_inc.php
@@ -80,13 +80,19 @@ if( $cache->isCached( $cacheFile, filemtime( __FILE__ ))) {
'data' => "^text\nmore text^",
),
'As is Text' => array(
- 'data' => "~np~~~yellow:yellow~~ and __bold__ text~/np~",
+ 'data' => "~np~~~yellow:yellow~~\nand\n__bold__ text~/np~",
'note' => "This text will not be parsed",
),
'Pre Parsed' => array(
'data' => "~pp~~~yellow:yellow~~\nand\n__bold__ text~/pp~",
'note' => "This text will be treated like code and will not be altered and will be displayed using a monospace font. The same can be achieved by using <pre>text</pre>.",
),
+ 'Monospaced Text' => array(
+ 'data' => "-+text+-",
+ ),
+ 'Right to Left' => array(
+ 'data' => "{r2l}this text is from\nright to left\n{l2r}and back to\nleft to right.",
+ ),
),
'Simple Tables' => array(
'Simple Table' => array(