Notation
Description
[Crucible Review CR-1 |CR-1 ]
Creates a link to a Crucible review or FishEye artifact using the internal key reference for the item.
Example: [Crucible Review CR-1|CR-1]
[Atlassian Crucible|http://atlassian.com/crucible ]
Creates a link to an external resource, special characters that come after the URL and are not part of it must be separated with a space. External links are denoted with an arrow icon.
Example: Atlassian Crucible
{cs:id=1|rep=repository-key}
Render a link to the changeset
Example: 1
*bold*
Makes text appear bold .
_italic_
Makes text appear in italics .
+underline+
Makes text appear underlined .
??citation??
Makes text appear in citation form.
-strikethrough-
Makes text appear struck through.
^superscript^
Makes text appear in superscript .
~subscript~
Makes text appear in subscript .
{{ monospaced }}
Placing double curly-brackets around text makes it appear monospaced .
{code}
// Some comments here
public String getFoo()
{
return foo;
}
{code}
The code macro displays a preformatted block for showing code with syntax highlighting.
Example:
public String getFoo()
{
return foo;
}
bq. Block Quote
To make an entire paragraph into a block quotation, place "bq. " before it.
Example:
Block Quote
{quote}
here is quoteable
content to be quoted
{quote}
Quote a block of text that's longer than one paragraph.
Example:
here is quoteable content to be quoted
{color:red} look ma, red text!{color}
Changes the color of a block of text.
Example:
look ma, red text!
* A list with bullets
* Second item
** Indented item
Example:
A list with bullets
Second item
# A list with numbers
# Second item
## Indented item
Example:
A list with numbers
Second item
Indented item