Class: Raf::Footnote

Inherits:
Element show all
Defined in:
lib/raf2html_element.rb

Instance Method Summary collapse

Methods inherited from Element

#inline_parse_to_str, #newline_to_br

Instance Method Details

#applyObject



203
204
205
# File 'lib/raf2html_element.rb', line 203

def apply
  "<a href='#raf-footnote-#{@contents[1]}' name='raf-footnote-#{@contents[1]}-reverse' title='#{@contents[0].map {|c| c.apply}}' class='footnote-reverse'><sup><small>*#{@contents[1]}</small></sup></a>"
end