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