diff options
author | MikeMannix <MikeMannix> | 2001-08-30 13:16:48 +0000 |
---|---|---|
committer | MikeMannix <MikeMannix> | 2001-08-30 13:16:48 +0000 |
commit | 3eb4f7e5b96ff8516988f1f81e2767365241efac (patch) | |
tree | 58e4e61d3285e2a3483571bec789dd1be8e0bfe1 /TWiki/WikiSyntax.mdwn | |
parent | 399b7880743f8cc12450ee8fcb2646d4157e0797 (diff) |
none
Diffstat (limited to 'TWiki/WikiSyntax.mdwn')
-rw-r--r-- | TWiki/WikiSyntax.mdwn | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/TWiki/WikiSyntax.mdwn b/TWiki/WikiSyntax.mdwn index 459a67f3..4cb5be58 100644 --- a/TWiki/WikiSyntax.mdwn +++ b/TWiki/WikiSyntax.mdwn @@ -1,33 +1,33 @@ -Separate each paragraph with a blank line. +* 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: `*bold type*` -To display a word or phrase in _italic_, surround it by underscores. +* To display a word or phrase in _italic_, surround it by underscores: `_italic_` -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: `__bold italic__` -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>). +* 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: <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. +* 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: [[FreshTopic]]. After that's done, the WikiWord will be automatically recognized as a link to the new page. -For an external hyperlink, just type the URL ( starting with `http://` ). +* For an external hyperlink, just type the URL, starting with `http://`. * Start a bullet point with space-space-space-asterisk-space. * Use a multiple of 3 spaces to start nested bullets. 1. Start items in a numbered list with space-space-space-1-space. -2. (The "1" will be replaced by the correct number). +2. The "1" will be replaced by the correct number -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 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. Use two for bold: <code>**bold mono**</code> . Surround code excerpts and other formatted text with - <verbatim> and </verbatim> tags. + <verbatim> and </verbatim> tags. -Use five consecutive hyphens for a horizontal rule. +* Use three consecutive hyphens for a horizontal rule: `---` -To see the markup for any page, click on "Edit" at the bottom of the page. +* To see the markup for any page, click on **Raw text** on the lower toolbar. -See [[TextFormattingRules]] for more detail. +* See [[TextFormattingRules]] for more detail. |