How to format text in messages and tickets
Lighthouse uses a markup very similar to Textile with some customizations to make it easier to link within your projects. These formatting codes are available in most blocks of content, such as Tickets, Messages, Pages, and Milestone goals. Tickets for public projects go a step further and block any custom HTML from being added. Since Messages, Pages, and Milestones are created by members of your project, this extra protection is not necessary.
Lighthouse customizations
#43 |
A link to ticket #43 |
|---|---|
"Lighthouse":http://www.lighthouseapp.com |
A generic link to http://www.lighthouseapp.com |
| *strong* | strong |
| _italics_ | italics |
* First Item * Second Item Bullet List |
|
# First Item # Second Item Numbered List |
|
> blockquote text Blockquote |
|
@@@ javascript
var bar = function() {
// function code here
}
@@@
Highlight source code. Supported languages are JavaScript, Ruby, HTML, and CSS. |
|
h1. My Title
HTML Headers 1 (largest) - 6 (smallest) |
My Title |
Tags: formatting, tickets

