Method: MaRuKu::Out::HTML#to_html_xml_instr
- Defined in:
- lib/omf-web/widget/text/maruku/output/to_html.rb
#to_html_xml_instr ⇒ Object
980 981 982 983 984 |
# File 'lib/omf-web/widget/text/maruku/output/to_html.rb', line 980 def to_html_xml_instr target = self.target || '' code = self.code || '' REXML::Instruction.new(target, code) end |