lib/markdown/engines/rpeg_markdown.rb in markdown-1.2.0 vs lib/markdown/engines/rpeg_markdown.rb in markdown-1.2.1
- old
+ new
@@ -1,13 +1,13 @@
-# encoding: utf-8
-
-module Markdown
- module Engine
-
- def rpeg_markdown_to_html( content, options={} )
- 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
+# encoding: utf-8
+
+module Markdown
+ module Engine
+
+ def rpeg_markdown_to_html( content, options={} )
+ 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