Formatting Help

Tender uses Markdown for text formatting.

Bold & Italics

For bold or italic text, simply use the asterisks (*)

  • *single asterisks* – will render italic text: single asterisks
  • **double asterisks** – will render bold text: double asterisks

Links

To link to another website, use the following:

  • [Example](http://example.com) – will render Example

Inline Images

To embed an image inline within your comment, use the following:

  • ![Image Name](http://example.com/image.jpg) – will render the image file inline.

Code Blocks

You can embed inline code by wrapping the text around backticks (`). Example: `var test = true;` – will render var test = true;

For larger blocks of code you can either wrap it in @@@ (placed on their own line at top and bottom of code) or you can render code blocks by indenting each line of code with four spaces.

Recent Discussions

02 Oct, 2013 06:01 AM
24 Sep, 2013 04:03 PM
19 Sep, 2013 04:06 PM
17 Sep, 2013 10:38 PM
14 Sep, 2013 07:34 AM