Class: Markup::Rails::Processors::Markdown

Inherits:
Base
  • Object
show all
Defined in:
lib/markup/rails/processors/markdown.rb

Instance Attribute Summary

Attributes inherited from Base

#options, #string

Instance Method Summary collapse

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from Markup::Rails::Processors::Base

Instance Method Details

#to_htmlObject



7
8
9
# File 'lib/markup/rails/processors/markdown.rb', line 7

def to_html
  processor.to_html
end