Incorrect <br/> for Markdown

Pablo's Avatar

Pablo

07 Dec, 2009 08:48 PM

I'm getting a bunch of < br > tags in this page: http://help.teambox.com/faqs/advanced-features/textile
Any ideas why?

  1. 1 Posted by Nicole on 09 Dec, 2009 11:33 PM

    Nicole's Avatar

    Pablo -

    The following example is our preferred way of handling code blocks. Not sure why you're seeing the extra
    tags, but certain the following should work well for you.

    Code Blocks

    By using @@@ wrappers around your code, you can create code blocks for posting code into your tickets.

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

    will render...

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

    Inline images

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

    will render...

    Evolution

    Thanks,
    Nicole

  2. Nicole closed this discussion on 09 Dec, 2009 11:33 PM.

Discussions are closed to public comments.
If you need help with Tender please start a new discussion.

Keyboard shortcuts

Generic

? Show this help
ESC Blurs the current field

Comment Form

r Focus the comment reply box
^ + ↩ Submit the comment

You can use Command ⌘ instead of Control ^ on Mac