diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2007-07-23 08:59:25 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2007-07-23 08:59:25 +0000 |
| commit | fc1d1fa5fe1d355185cdf83413b1f5fd7f08752f (patch) | |
| tree | 47d9ec6f7f659430613bb13b4790a05baeab0d84 /help_format_tikiwiki_inc.php | |
| parent | 37310eac23612a88f44580d259762acbc2de8265 (diff) | |
| download | liberty-fc1d1fa5fe1d355185cdf83413b1f5fd7f08752f.tar.gz liberty-fc1d1fa5fe1d355185cdf83413b1f5fd7f08752f.tar.bz2 liberty-fc1d1fa5fe1d355185cdf83413b1f5fd7f08752f.zip | |
add r2l / l2r and monospaced text
Diffstat (limited to 'help_format_tikiwiki_inc.php')
| -rw-r--r-- | help_format_tikiwiki_inc.php | 8 |
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( |
