Supported textile syntax for comments

BDDCasts uses Textile to format comments. If you're not already familiar with Textile, you should check Textile Syntax Guide or Textile Reference Manual for RedCloth 4

To see this: Type this:
bold
*bold*
italics
_italics_
strikethrough
-strikethrough-
link to BDDCasts
link to "BDDCasts":http://bddcasts.com

A bulleted list:

  • item one
  • item two
  • item three
A bulleted list:
* item one
* item two
* item three

A numbered list:

  1. 1. item one
  2. 2. item two
  3. 3. item three
A numbered list:
# item one
# item two
# item three
config.gem 'factory_girl'
config.gem 'will_paginate'
config.gem 'authlogic'
bc. config.gem 'factory_girl'
config.gem 'will_paginate'
config.gem 'authlogic'