module MarkdownUI::Renderers::Quote
Public Instance Methods
quote(text)
click to toggle source
# File lib/markdown-ui/renderers/quote.rb, line 4 def quote(text) html { "<p>#{text}</p>" } end
# File lib/markdown-ui/renderers/quote.rb, line 4 def quote(text) html { "<p>#{text}</p>" } end