Archived Support Site

This support site is archived. You can view the old support discussions but you cannot post new discussions.

Formatting Help

Tender uses Markdown for text formatting.

  • *single asterisks*: italic text
  • **double asterisks**: bold text
  • `single backticks`: inline code
  • [Example](http://example.com): link to a website
  • ![Image Name](http://example.com/image.jpg): inline image.
  • 
    * bullet
    * points
      - sub-list, two spaces indented
      - sub-list
    
  • > quote reply or blockquote
    quote reply
  • Code block: new lines and 3 backticks.
    Some text
    
    ```
    some
    code
    ```
    
    some more text