You can embed some tags in your issues, comments, descriptions etc in Dev Hound to produce better formatting. For example:
[c:This text is red|red]
will produce:
This text is red
In the above example c is the markup tag and red after the pipe | symbol is a parameter.
The following markup tags are possible:
Description: Change the color of the text
Example: [c:this is blue text|blue]
Possible colors include: black, silver, gray, white, maroon, red, purple, fushia, green, lime, olive, yellow, navy, blue, teal, aqua
Description: Changes the text to bold
Example: [b:this is bold text]
Description: Change the text to italics
Example: [i:this is italics]
Description: Underline the text
Example: [u:this text is underlined]
Description: Right aligns text
Example: [right:This text is right aligned]
Description Makes the text a heading
Example: [h:This is a heading]
Description: Markups up the text as if it is code. It will also displays as true as possible
Example: [code:function fnname(foo : Integer; foo2 : String) : Boolean]
Description : Embeds an Adobe Flash movie. The following example shows a 800x600 movie
Example: [flash:filename.swf|800|600]
Description: Inserts a horizontal rule
Example: [hr]
[c:This text is red|red]
will produce:
This text is red
In the above example c is the markup tag and red after the pipe | symbol is a parameter.
The following markup tags are possible:
c
Description: Change the color of the text
Example: [c:this is blue text|blue]
Possible colors include: black, silver, gray, white, maroon, red, purple, fushia, green, lime, olive, yellow, navy, blue, teal, aqua
b
Description: Changes the text to bold
Example: [b:this is bold text]
i
Description: Change the text to italics
Example: [i:this is italics]
u
Description: Underline the text
Example: [u:this text is underlined]
right
Description: Right aligns text
Example: [right:This text is right aligned]
h
Description Makes the text a heading
Example: [h:This is a heading]
code
Description: Markups up the text as if it is code. It will also displays as true as possible
Example: [code:function fnname(foo : Integer; foo2 : String) : Boolean]
flash
Description : Embeds an Adobe Flash movie. The following example shows a 800x600 movie
Example: [flash:filename.swf|800|600]
hr
Description: Inserts a horizontal rule
Example: [hr]