Wiki / Ticket Editing Cheat Sheet
The Project Wiki and Tickets use Markdown to edit content. See https://en.wikipedia.org/wiki/Markdown
| Markup | Becomes | ||||||
|---|---|---|---|---|---|---|---|
| # Heading (h1) | 
               Heading (h1) | 
       ||||||
| ## Heading (h2) | 
               Heading (h2) | 
       ||||||
| ### Heading (h3) | 
               Heading (h3) | 
       ||||||
| #### Heading (h4) | 
               Heading (h4) | 
       ||||||
| **Bold** | Bold | ||||||
| _Italic_ | Italic | ||||||
| [[wiki page]] | 
               Wiki Page A link to a Project Wiki page  | 
       ||||||
| [[TrialGrid|wiki_page]] | 
               TrialGrid A link to a wiki page, using a different name for the link text  | 
       ||||||
| [TrialGrid](https://www.trialgrid.com) | 
               TrialGrid A link to a web page  | 
       ||||||
| <https://www.trialgrid.com> | 
               https://www.trialgrid.com Plain link to a web page  | 
       ||||||
| #123 | 
               #123 Reference to a ticket  | 
       ||||||
| * Bullet * List * Second Level (4 leading spaces)  | 
           
  | 
       ||||||
| 
                1. First 2. Second 3. Third  | 
           
           
  | 
       ||||||
| --- | 
                (Horizontal Line)  | 
       ||||||
                
| Heading 1 | Heading 2 |
|-----------|-----------|
| Row1Col1  | Row1Col2  |
| Row2Col1  | Row2Col2  |
                
            | 
           
               
  |