Difference: WikiSyntax (10 vs. 11)
| TWikiShorthand Basics
If you can enter text, you're ready for TWiki. With a few simple, intuitive TWikiShorthand rules, you'll be able to use plain text to create well-styled postings, instantly. Here's a fast-track guide to shorthand basics... |
|
- To display a word or phrase in
MONOSPACED TYPE , put it in equal signs: =like this= . Use ==two== for bold: bold mono .
|
|
> > |
- Use
<pre> to enclose code excerpts, filenames, and other unformatted text, with the opening and closing tags on their own separate lines:
|
|
|
|
< < | Surround code excerpts, filenames, and other
unformatted text with <pre> or </pre>
or the special TWiki use <verbatim> and
</verbatim> tags. |
> > | <pre>
unformatted text!
</pre> |
| |
|
> > | |
|
- Use three (or more) consecutive hyphens expands into a horizontal rule:
---
|
Copyright © 1999-2025 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding The Caboteria?
Send feedback Note: Please contribute updates to this topic on TWiki.org at
TWiki:TWiki.WikiSyntax.