Skip to content

Wiki Markup Guide

Peter Foot edited this page Mar 31, 2017 · 1 revision

The following are examples of the WikiText options that CodePlex supports.

Heading 1

Heading 2

Heading 3

Heading 4

Heading 5
Heading 6

Text Formatting

  • bold

  • italics

  • +underline+

Lists

  • Bulleted List 1

    • Bulleted List 2

      • Bulleted List 3

Numbered List 1

Numbered List 1.1

Numbered List 1.1.1

Numbered List 2

Numbered List 2.1

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

External Links

Images

  • ![project_icon_lrg.gif](Wiki Markup Guide_1061)

Files

  • [project_icon_lrg.gif](Wiki Markup Guide_1061)

  • [Project Icon - Large](Wiki Markup Guide_project_icon_lrg.gif)

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 |

Formatted Text

{{

public static void Main()

{

 // code goes here 

}

}}

{{ single line of text }}

Clone this wiki locally