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

Lighthouse

A generic link to http://www.lighthouseapp.com

*strong* strong
_italics_ italics
* First Item
* Second Item
 

Bullet List

  • First Item
  • Second Item
# First Item
# Second Item
 

Numbered List

  1. First Item
  2. Second Item
> blockquote text
 

Blockquote

blockquote text

 @@@ javascript
   var bar = function() {
     // function code here
   }
 @@@
 

Highlight source code. Supported languages are JavaScript, Ruby, HTML, and CSS.

 
 var bar = function() {
   // function code here
 }
 
 
h1. My Title
             

HTML Headers 1 (largest) - 6 (smallest)

My Title

Tags: ,

« How to search for Tickets In Lighthouse | Help | How do I send emails to Lighthouse? »

Visit us in the forums

If you can't find what your looking for here, visit us in the forums.