How do I add code block?

lindalam1996's Avatar

lindalam1996

26 Jul, 2014 07:59 PM

Man seriously? HTML <code> tag does not work.

  1. 1 Posted by Julien on 26 Jul, 2014 11:42 PM

    Julien's Avatar

    Hi,

    Tender uses Markdown, so you can this for code inline:

    foo `code` bar
    

    And for code blocks:

    foo
    
        code
    
    bar
    

    Or:

    foo
    
    ```
    code
    ```
    
    bar
    

    Or:

    foo
    
    @@@
    code
    @@@
    
    bar
    

    Let me know if you have any question.

  2. brandi closed this discussion on 28 Jul, 2014 11:38 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