Skip to content

Commit

Permalink
remove copy-pasta
Browse files Browse the repository at this point in the history
  • Loading branch information
rkh committed Apr 15, 2011
1 parent b8587ff commit b582278
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/tilt/markdown.rb
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,6 @@ def evaluate(scope, locals, &block)

# BlueCloth Markdown implementation. See:
# http://deveiate.org/projects/BlueCloth/
#
# RDiscount is a simple text filter. It does not support +scope+ or
# +locals+. The +:smartypants+ and +:escape_html+ options may be set true
# to enable those flags on the underlying BlueCloth object.
class BlueClothTemplate < Template
self.default_mime_type = 'text/html'

Expand Down

0 comments on commit b582278

Please sign in to comment.