class Raf::Footnote

Public Instance Methods

apply() click to toggle source
# File lib/raf2html_element.rb, line 209
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