Class: UltraMarkdown::HTMLforRSS

Inherits:
Redcarpet::Render::HTMLwithSyntaxHighlight show all
Defined in:
lib/ultra_markdown.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



24
25
26
# File 'lib/ultra_markdown.rb', line 24

def is_rss
  true
end