//Valid Markups

! Heading 1
!! Heading 2
!!! Heading 3
!!!! Heading 4
!!!!! Heading 5
!!!!!! Heading 6

Heading 1

Heading 2

Heading 3

Heading 4

Heading 5
Heading 6
*Text Formatting*
* *bold*
* _italics_ 
* +underline+


Text Formatting
  • bold
  • italics
  • underline

*Lists*
* Bulleted List 1
** Bulleted List 2
*** Bulleted List 3


Lists
  • Bulleted List 1
    • Bulleted List 2
      • Bulleted List 3

# Numbered List 1
## Numbered List 1.1
## Numbered List 1.2
### Numbered List 1.1.1
# Numbered List 2
## Numbered List 2.1

  1. Numbered List 1
    1. Numbered List 1.1
    2. Numbered List 1.2
      1. Numbered List 1.1.1
  2. Numbered List 2
    1. Numbered List 2.1

//*Not supported*
--content--


//*Supported*
~~content~~


//*It will only match 2 tildas without any tildas immediately preceeding or following. So the content will render correctly.(without strikethrough)*
~~~~~~~~~~~ Content ~~~~~~~~~~~

//*Multi Line*

~~some
content~~

//*A single tilda in the middle*

~~ some ~ content ~~


//Not supported
--content--


//Supported
content


//It will only match 2 tildas without any tildas immediately preceeding or following. So the content will render correctly.(without strikethrough)
~~~~~~~~~~~ Content ~~~~~~~~~~~

//Multi Line

~~some
content~~

//A single tilda in the middle

some ~ content

# item 1
# item 2
# item 3

# item 1
# item 2
# item 3

# item 1
# item 2
# item 3
# item 4
# item 5
# item 6

* item 1
* item 2
* item 3

* item 1
* item 2
* item 3

  1. item 1
  2. item 2
  3. item 3
  1. item 1
  2. item 2
  3. item 3
  1. item 1
  2. item 2
  3. item 3
  4. item 4
  5. item 5
  6. item 6
  • item 1
  • item 2
  • item 3
  • item 1
  • item 2
  • item 3

*CodePlex Links*
* Wiki Home Page : [Home]
* Discussion Forum : *[discussion: _forum Id_]*
* Discussion Forum with friendly text : *[discussion: Friendly Text | _forum Id_]*
* Work item : +[workitem: _work item Id_]+
* Work item with friendly text : +[workitem: Friendly Text | _work item Id_]+
* Release : _~~[release: _release Id_]~~_
* Release with friendly text : ~~_[release: Friendly Text | _release Id_]_~~


CodePlex Links
//*Verify  &nbsp(space character) should not appear on wiki page
  

//*Verify &nbsp(space character) should not appear on wiki page
 

*External Links*
* [url:http://abc.com]
* [url:Example|http://abc.com]
* [url:Someone|mailto:someone@example.com]


External Links
*Images*
* [image:project_icon_lrg.gif]


Images
  • project_icon_lrg.gif

*Files*
* [file:project_icon_lrg.gif]


Files
*Tables*
|| Table Heading 1 || Table Heading 2 || Table Heading 3 ||
| Row 1 - Cell 1 | Row 1 - Cell 2 | Row 1 - Cell 3 |
| Row 2 - Cell 1 | Row 2 - Cell 2 | Row 2 - Cell 3 |


Tables
Table Heading 1 Table Heading 2 Table Heading 3
Row 1 - Cell 1 Row 1 - Cell 2 Row 1 - Cell 3
Row 2 - Cell 1 Row 2 - Cell 2 Row 2 - Cell 3


//Horizontal line (four dashes)
----

Formatted Text
{{
                                MY name is 
                                Microsoft
}}

{{
   public static void Main()
   { 
     // code goes here 
   }
}}


{{
                                                                                                 MY name is 
                                                                                                 Codeplex
}} 


                                MY name is 
                                Microsoft


   public static void Main()
   { 
     // code goes here 
   }



                                                                                                 MY name is 
                                                                                                 Codeplex


single line of text

//Silverlight
{silverlight:url=http://www.mslatam.com/latam/blogstecnicos/ClientBin/BlogsSilver.xap}


You need to install Microsoft Silverlight to view this content. Get Silverlight!
Get Microsoft Silverlight



-----------------------------------------------------------------------------------------------------------------------------------------------------

//Invalid Markups
//No file is attached.
*Files*
* [file:Project Icon - Large]


Files
  • Cannot resolve file macro, invalid file name or id.
Last edited Apr 30 at 6:06 PM by msiddiqui, version 5
Comments
tuxon2 Apr 29 at 10:50 PM 
comment1

tuxon2 Apr 29 at 10:50 PM 
comment2

tuxon2 Apr 29 at 10:50 PM 
comment3

tuxon2 Apr 29 at 10:50 PM 
comment4

Updating...
© 2006-2009 Microsoft | About CodePlex | Privacy Statement | Terms of Use | Code of Conduct | Advertise With Us | Version 2009.10.27.15987