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