Method: IsoDoc::HtmlFunction::Comments#comment_link_attrs

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


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