Method: IsoDoc::PresentationXMLConvert#source_restore_markup_table

Defined in:
lib/isodoc/presentation_function/sourcecode.rb

#source_restore_markup_table(wrapper, markup) ⇒ Object



134
135
136
137
138
# File 'lib/isodoc/presentation_function/sourcecode.rb', line 134

def source_restore_markup_table(wrapper, markup)
  source_restore_callouts_table(wrapper, markup[:call])
  ret = to_xml(wrapper)
  "#{markup[:name]}#{ret}#{markup[:ann]}"
end