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

18 Nov, 2009 12:11 AM
25 Nov, 2010 10:08 PM
09 Jun, 2010 09:23 PM
23 Dec, 2009 05:13 PM
19 Dec, 2009 03:24 AM

 

18 Nov, 2009 12:22 AM
09 Oct, 2009 07:36 PM
13 Nov, 2009 05:16 AM
09 Oct, 2009 04:49 PM
08 Oct, 2009 07:13 PM