From 3760cee3630a8ef14be7854aea39b92641954f7d Mon Sep 17 00:00:00 2001 From: Peter Thoeny Date: Sun, 10 Dec 2000 22:42:13 +0000 Subject: none --- TWiki/WikiSyntax.mdwn | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'TWiki/WikiSyntax.mdwn') 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. Test.WebHome ) +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., Test.%HOMETOPIC%). 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 %ATTACHURL%/imagefile.jpg . -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.
   Surround code excerpts and other
formatted text with
<pre> and </pre> tags.
-- cgit v1.2.3