lib/markdown/engines/rpeg_markdown.rb in markdown-1.0.0 vs lib/markdown/engines/rpeg_markdown.rb in markdown-1.1.0
- old
+ new
@@ -1,11 +1,11 @@
module Markdown
module Engine
def rpeg_markdown_to_html( content, options={} )
- puts " Converting Markdown-text (#{@content.length} bytes) to HTML using library rpeg_markdown..."
+ puts " Converting Markdown-text (#{content.length} bytes) to HTML using library rpeg_markdown..."
PEGMarkdown.new( content ).to_html
end
end # module Engine
-end # module Markdown
\ No newline at end of file
+end # module Markdown