Method: IsoDoc::WordFunction::Comments#comment_link_attrs
- Defined in:
- lib/isodoc/word_function/comments.rb
#comment_link_attrs(fn, node) ⇒ Object
23 24 25 26 27 |
# File 'lib/isodoc/word_function/comments.rb', line 23 def comment_link_attrs(fn, node) { style: "MsoCommentReference", target: fn, class: "commentLink", from: node["from"], to: node["to"] } end |