diff options
author | Peter Thoeny <web-hurd@gnu.org> | 2000-12-10 22:42:13 +0000 |
---|---|---|
committer | Peter Thoeny <web-hurd@gnu.org> | 2000-12-10 22:42:13 +0000 |
commit | 3760cee3630a8ef14be7854aea39b92641954f7d (patch) | |
tree | df3a129f1d48c636223ceab0429e940dedd6ac47 | |
parent | 2834a6d1529945e5493e7733bfc10cfddde94ac7 (diff) |
none
-rw-r--r-- | TWiki/WikiSyntax.mdwn | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/TWiki/WikiSyntax.mdwn b/TWiki/WikiSyntax.mdwn index 04d4ed4f..21e46b1d 100644 --- a/TWiki/WikiSyntax.mdwn +++ b/TWiki/WikiSyntax.mdwn @@ -1,12 +1,12 @@ Separate each paragraph with a blank line. -To display a word or phrase in **bold type** , surround it by asterisks. +To display a word or phrase in **bold type**, surround it by asterisks. -To display a word or phrase in _italic_ , surround it by underscores. +To display a word or phrase in _italic_, surround it by underscores. -To display a word or phrase in **_bold italic_** , surround it by double underscores. +To display a word or phrase in **_bold italic_**, surround it by double underscores. -To link to another Wiki topic, type the [[WikiWord]] for that topic. (To link to a Wiki topic in another web type the name of the web, a dot and the WikiWord for that topic, i.e. <code>Test.WebHome</code> ) +To link to another Wiki topic, type the [[WikiWord]] for that topic. To link to a Wiki topic in another web, type the name of the web, a dot, and the WikiWord for that topic (i.e., <code>Test.%HOMETOPIC%</code>). If you add a [[WikiWord]] for a topic that does not yet exist, you'll see a question mark after it, prompting you (or someone else) to edit the new topic. After that has been done, the WikiWord will be automatically recognized as a link to the new Wiki page. @@ -20,7 +20,7 @@ For an external hyperlink, just type the URL ( starting with `http://` ). To include an image inline, just type its URL. You also can attach an image to the page and display it with text <code>%ATTACHURL%/imagefile.jpg</code> . -To display a word or phrase in `MONOSPACED TYPE` , surround it by '=' characters. +To display a word or phrase in `MONOSPACED TYPE`, surround it by '=' characters. <pre> Surround code excerpts and other<br /> formatted text with<br /> &lt;pre&gt; and &lt;/pre&gt; tags.</pre> |