Editing a comment

Cocoa Traces comments use the Markdown for their formatting and do not allow the insertion of html tags directly.
Below you'll find a quick reference to the available syntax, please refer to the official documentation for further help.

Phrase Emphasis

*italic*   **bold**
_italic_   __bold__

Links

An [example](http://www.myurl.com/ "Title")

Images

![alt text](/path/img.jpg "Title")

Headers

# Header 1 #
## Header 2 ##
###### Header 6

Lists

1.  Foo
2.  Bar
*   A list item.
    With multiple paragraphs.
*   Bar

Blockquotes

> Email-style angle brackets
> are used for blockquotes.

> > And, they can be nested.

> #### Headers in blockquotes
> * You can quote a list.

Code Spans

`<code>` spans are delimited
by backticks.
You can include literal backticks
like `` `this` ``.

Preformatted Code Blocks

This is a normal paragraph.

    This is a preformatted
    code block.

Horizontal Rules

---
* * *
- - - -
Close