From fc1d1fa5fe1d355185cdf83413b1f5fd7f08752f Mon Sep 17 00:00:00 2001 From: Max Kremmel Date: Mon, 23 Jul 2007 08:59:25 +0000 Subject: add r2l / l2r and monospaced text --- help_format_tikiwiki_inc.php | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'help_format_tikiwiki_inc.php') 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( -- cgit v1.3