Special Characters
Special characters can be added to a comment to format text to have a certain look.
| Notation | Results | Notes | 
|---|---|---|
| *bold text* | bold text | 
 | 
| _italic text_ | italic text | 
 | 
| +underlined text+ | underlined text | 
 | 
| -strikethrough text- | 
 | 
 | 
| ^superscript text^ | superscript text | 
 | 
| ~subscript text~ | subscript text | 
 | 
| h1. Largest Heading | Largest Heading | Must be at the beginning of the line and followed by a space. | 
| h2. Larger Heading | Larger Heading | Must be at the beginning of the line and followed by a space. | 
| h3. Large Heading | Large Heading | Must be at the beginning of the line and followed by a space. | 
| h4. Normal Heading | Normal Heading | Must be at the beginning of the line and followed by a space. | 
| h5. Small Heading | Small Heading | Must be at the beginning of the line and followed by a space. | 
| h6. Smaller Heading | Smaller Heading | Must be at the beginning of the line and followed by a space. | 
| *Unordered list item | 
 | Must be at the beginning of the line and followed by a space. | 
| -Unordered list item | 
 | Must be at the beginning of the line and followed by a space. | 
| #Ordered list item | 
 | Must be at the beginning of the line and followed by a space. | 
| *List item **Nested list item **Nested list item *List item | 
 | List items may be nested by adding a *, -, or # for each level of nesting. | 
| #List item #*Nested list item #*Nested list item #List item | 
 
 
 | Lists may contain nested lists of various types. | 
| --- | __________________ | Horizontal rules must be on their own line. | 
| http://www.cityworks.com | http://www.cityworks.com | 
 | 
| [http://www.cityworks.com | http://www.cityworks.com | 
 | 
| [link text|http://example.url | link text | 
 | 
| ca630 | ca630 | Link to a PLL case. | 
| in3124 | in3124 | Link to an inspection. | 
| sr119548 | sr119548 | Link to a service request. | 
| wo105462 | wo105462 | Link to a work order. | 
| \*\_\+normal text\+\_\* | *_+normal text+_* | Escape special characters by preceding with a backslash (\). | 
 
                                                