Skip to content

Commit

Permalink
Missed the render_as for a sample snip.
Browse files Browse the repository at this point in the history
  • Loading branch information
lazyatom committed Aug 28, 2009
1 parent 491ea9e commit 7f5d008
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/vanilla/snips/tutorial.rb
Expand Up @@ -145,7 +145,7 @@ def handle(name=nil)
EOS
vanilla_rb.save

vanilla = Snip.new(:name => 'vanilla')
vanilla = Snip.new(:name => 'vanilla', :render_as => "Markdown")
vanilla.content = <<-EOS
The bliki upon which {link_to vanilla-rb} is based, writen by [Christian Langreiter][1]
Expand Down

0 comments on commit 7f5d008

Please sign in to comment.