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