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;

You can also render code blocks by indenting each line of code with four spaces.

Recent Discussions

25 Apr, 2009 02:37 PM
26 Mar, 2010 04:59 PM
08 Apr, 2012 10:58 PM
13 May, 2012 07:11 PM
05 May, 2012 10:21 AM

Recent Articles