Skip to content

Commit

Permalink
Fixed RedCloth extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
wagenet committed Jan 12, 2011
1 parent 0d0457d commit 6252db5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/guides/textile_extensions.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module RedCloth
class RedCloth::TextileDoc
def notestuff(body)
body.gsub!(/^(IMPORTANT|CAUTION|WARNING|NOTE|INFO)[.:](.*)$/) do |m|
css_class = $1.downcase
Expand Down

0 comments on commit 6252db5

Please sign in to comment.