class Rabbit::Element::Subtitle
Public Instance Methods
to_html(generator)
click to toggle source
# File lib/rabbit/element/title-slide.rb, line 85 def to_html(generator) "<h2>#{super}</h2>" end
to_rd()
click to toggle source
# File lib/rabbit/element/title-slide.rb, line 81 def to_rd ": subtitle\n #{text}" end