class Markdownplus::TextBlock

Public Instance Methods

input_markdown() click to toggle source
# File lib/markdownplus/parser.rb, line 135
def input_markdown
  self.input
end
output_markdown() click to toggle source
# File lib/markdownplus/parser.rb, line 139
def output_markdown
  self.input
end