Class: HTMLforRSS

Inherits:
Redcarpet::Render::HTMLwithSyntaxHighlight show all
Defined in:
lib/ultra_markdown/markdown_processor.rb

Instance Method Summary collapse

Methods inherited from Redcarpet::Render::HTMLwithSyntaxHighlight

#autolink, #block_code, #codespan, #header, #initialize, #postprocess, #preprocess

Constructor Details

This class inherits a constructor from Redcarpet::Render::HTMLwithSyntaxHighlight

Instance Method Details

#is_rssObject



90
91
92
# File 'lib/ultra_markdown/markdown_processor.rb', line 90

def is_rss
  true
end