Edit wiki syntax for RTC plan

Plan's text formatting syntax
You can use the wiki syntax to edit the plan overview and other pages. Formatting includes bold text, bulleted and numbered lists, tables, and links to work items and external Web sites.
If you want to use formatting syntax for the plan, switch the plan to edit mode. In the Eclipse client, if you want to edit with the content assist option, press Alt+/. The plan editor uses the WikiCreole wiki editing syntax (http://www.wikicreole.org/). Table 1 provides a quick reference for some syntaxes and their output. See the version specification provided by WikiCreole for more details.

Table 1. Planned Text Formatting Syntax Source Code Syntax Formatting Text Output
// Italic // Italic
** Bold** Bold
* Symbol List
* Second Item
** Sub-Item Symbol List
Second Item
- Sub-Item

# Numbered List
# Second Item
## Sub-Item 
__Underlined__Text (Add two underscore characters before and after the text) Underlined Text
--  Strikethrough Text --
Link to Web Page: [[http:/ /www.example.com|Example Web Page]] Example Web Page
= Main Title
== Large Title
=== Middle Title
==== Subtitle 
No
linebreak! No linebreaks!
Force\
Wrap Newline

Horizontal Line:
---- Horizontal Line:
_____________________________________________

{{image.jpg|Title}}
Note: It is your choice whether to use a title or not.
Header
Use the "|" delimiter to construct the table. Specify the header row by entering "=" in each cell. Add a newline by entering "\\" in a cell. |= Title Column 1 |= Title Column 2 |
| Cell 1.1 | Cell 1.2 \\ split into two rows |
| Cell 2.1 | Cell 2.2 | 
To include characters used in Wiki syntax in source code format without To render formatted output, enclose the text in three curly braces: {{{
==[[Nowiki]] //**No formatting //
}}} ==[[Nowiki]] //**No Formatting //

The escape character (~) can be used to indicate that subsequent characters have no Wiki syntax meaning; for example:
~= not a title
= not a title
You can drag and drop a work item onto a page in edit mode to create a Link. The generated grammar will specify the work item type and its ID.
[[Bug 54321 |${summary} (${id})]]
 
You can enter the work item type and its ID, and optionally specify custom text for the link.
[[task 43210 | custom link]]
 
red##this is the red foreground#### 
this is the blue background##blue 
<<<
embedded XHTML code on the xhtml page. My List: <br/>
<ul>
  <li>Item 1</li>
<li>Item 2</li>
</ul>
>>> Embedded XHTML code on the page. My list:
item 1
item 2



Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=326985493&siteId=291194637