Difference: TextFormattingRules (4 vs. 5)

Revision 518 Aug 2000 - PeterThoeny

Line: 17 to 17
  EDITING
Changed:
<
<
  • CapitalizedWordsStickedTogether? will produce a link automatically.
>
>
  • CapitalizedWordsStuckTogether will produce a link automatically.
 
  • Blank lines will create new paragraphs.
  • Words get bold by enclosing them in * asterisks
  • Words get italic by enclosing them in _ underscores
Line: 31 to 31
 
      • Writing *bold text* , _italic text_ and =fixed== monospaced text
    • Example text gets rendered as:
      • Writing bold text , italic text and fixed= monospaced text
Changed:
<
<
  • Separator: -------- (at the beginning of a line)
  • List Item: <3spaces>*
  • Nested Item: <6spaces>*
  • Ordered List: <3spaces><number>.
  • Definition: <3spaces><term>:<definition>.
  • Table: <optional spaces>| cell 1 | cell 2 | cell 3 | ... |
>
>
  • Separator: at least four dashes at the beginning of a line: <-------->
  • 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.
  • Table: Optional spaces followed by the cells enclosed in vertical bars: <   | cell 1 | cell 2 | cell 3 | ... |>
 
Changed:
<
<
EXTRAS
>
>
HTML

Most HTML tags will work, but it's almost always preferable not to use HTML, so that the markup remains easy for everyone to edit.

 
Deleted:
<
<
  • Most HTML tags will work.
 

WIKI VARIABLES

Changed:
<
<
Variables are names enclosed in percent signs that gets expanded on the fly.
>
>
Variables are names that are enclosed in percent signs; they get expanded on the fly.
 
  • %WEB% : The current web, is TWiki .
  • %TOPIC% : The current topic name, is TextFormattingRules .
  • %ATTACHURL% : The attachment URL of the current topic. Example usage: If you attach a file to a topic you can refer to it as %ATTACHURL%/image.gif to show the URL of the file or the image in your text.
Changed:
<
<
  • %INCLUDE{"file.ext"}% : Server side include, includes the text of a file. The default directory is the current Wiki web. Example: %INCLUDE{"Know/TopicName.txt"}%
>
>
  • %INCLUDE{"SomeTopic"}% : Server side include, includes another topic. The current TWiki web is the default web. Example: %INCLUDE{"TWiki.TWikiWebsTable"}%
 
 
This site is powered by the TWiki collaboration platformCopyright � by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback
Note: Please contribute updates to this topic on TWiki.org at TWiki:TWiki.TextFormattingRules