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