Method: IsoDoc::HtmlFunction::Comments#wrap_comment_cont

Defined in:
lib/isodoc/html_function/comments.rb

#wrap_comment_cont(from, target) ⇒ Object



88
89
90
91
# File 'lib/isodoc/html_function/comments.rb', line 88

def wrap_comment_cont(from, target)
  s = from.replace("<span style='mso-comment-continuation:#{target}'>")
  s.first.children = from
end