Method: IsoDoc::Convert#target_pdf
- Defined in:
- lib/isodoc/convert.rb
#target_pdf(node) ⇒ Object
172 173 174 175 176 |
# File 'lib/isodoc/convert.rb', line 172 def target_pdf(node) if node["target"].include?("#") then node["target"].sub("#", ".pdf#") else "##{node['target']}" end end |