diff options
author | Peter Thoeny <web-hurd@gnu.org> | 2001-01-21 08:59:42 +0000 |
---|---|---|
committer | Peter Thoeny <web-hurd@gnu.org> | 2001-01-21 08:59:42 +0000 |
commit | d742b7b853f593bf2686bca68549c8cdf1ebe03e (patch) | |
tree | fa6a3001cc9843f07c6b86aff9a3069559757bd7 /TWiki/TextFormattingRules.mdwn | |
parent | 100f25e7ef709ed467db8a0ca75c5c3c849c5b39 (diff) |
none
Diffstat (limited to 'TWiki/TextFormattingRules.mdwn')
-rw-r--r-- | TWiki/TextFormattingRules.mdwn | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/TWiki/TextFormattingRules.mdwn b/TWiki/TextFormattingRules.mdwn index de77644b..76ee93e9 100644 --- a/TWiki/TextFormattingRules.mdwn +++ b/TWiki/TextFormattingRules.mdwn @@ -22,7 +22,8 @@ The %WIKITOOLNAME% web has the following types of **_internal links:_** * Words get **bold** by enclosing them in **\*** asterisks * Words get _italic_ by enclosing them in **\_** underscores * Words get **_bold italic_** by enclosing them in **\_\_** double-underscores -* Words get shown in `fixed font` by enclosing them in = equal signs +* Words get shown in `fixed font` by enclosing them in **=** equal signs +* Words get shown in <code>**bold fixed font**</code> by enclosing them in **==** double equal signs * Note for **bold** , _italic_ , **_bold italic_** and `fixed font` text: * Make sure to "stick" the `* _ =` signs to the characters, e.g. * _This works_ |