Class: Raf::Footnote
Instance Method Summary collapse
Methods inherited from Element
#inline_parse_to_str, #newline_to_br
Instance Method Details
#apply ⇒ Object
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 |