Method: IsoDoc::WordFunction::Comments#wrap_comment_cont

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

#wrap_comment_cont(from, target) ⇒ Object



93
94
95
96
# File 'lib/isodoc/word_function/comments.rb', line 93

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