Difference: TextFormattingFAQ (22 vs. 23)

Revision 232010-06-30 - TWikiContributor

Line: 1 to 1
 

Text Formatting FAQ

Changed:
<
<
This topics lists frequently asked questions on text formatting. Text formatting applies to people who edit TWiki pages in raw edit mode. TextFormattingRules contains the complete TWiki shorthand syntax on one quick reference page.
>
>
This topics lists frequently asked questions on text formatting. Text formatting applies to people who edit TWiki pages in raw edit mode. TextFormattingRules contains the complete TWiki shorthand syntax on one quick reference page.
 
Line: 24 to 25
 TWiki interprets text as HTML, and the '<' and '>' characters define where HTML commands start and end. Text inside angle brackets is treated as HTML, and ignored if it doesn't actually do anything - either way, the brackets and its contents are not displayed.

If you want to display angle brackets, enter them as HTML codes instead of typing them in directly:

Deleted:
<
<
  • &lt; = <
    &gt; = >
 
Changed:
<
<
  • You enter: (a &gt; 0)

    Result: (a > 0)

>
>
  • Enter &lt; to get <
  • Enter &gt; to get >

  • Example: (a &gt; 0)
  • Result: (a > 0)
 

Some words appear highlighted with a red-link. How can I prevent that?

 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 1999-2024 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.TextFormattingFAQ.