diff options
author | Peter Thoeny <web-hurd@gnu.org> | 2000-12-12 19:01:00 +0000 |
---|---|---|
committer | Peter Thoeny <web-hurd@gnu.org> | 2000-12-12 19:01:00 +0000 |
commit | e817eba8dce546cf3f7a27f047e5c46b75d3984b (patch) | |
tree | 739f011fccd9a0f1f1781b8f29c5157a6cb2039e | |
parent | 9b4e4a586bb1be89fdd16ac8cc8b6ee583156eae (diff) |
none
-rw-r--r-- | TWiki/TextFormattingRules.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TWiki/TextFormattingRules.mdwn b/TWiki/TextFormattingRules.mdwn index 4efcc3cc..de77644b 100644 --- a/TWiki/TextFormattingRules.mdwn +++ b/TWiki/TextFormattingRules.mdwn @@ -35,7 +35,7 @@ The %WIKITOOLNAME% web has the following types of **_internal links:_** * List Item: 3 spaces and an asterisk: < \*> * Nested Item: 6 spaces and an asterisk: < \*> * Ordered List: 3 spaces and a number: < 1> -* Definition: 3 spaces, the term, a colon, followed by the definition. +* Definition: 3 spaces, the term, a colon, followed by the definition: < term: definition> <br /> Note that terms with spaces are not supported. In case you do have a term with more then one word, separate the words with dashes or with the non-breaking-space entity, i.e. write `Character Set:` to get `Character Set:`. * Table: Optional spaces followed by the cells enclosed in vertical bars: < | cell 1 | cell 2 | cell 3 | ... |> **HTML** |