note(label)
public
Stores `label` as a note and fills
in previously unknown note
references.
# File lib/rdoc/markdown.rb, line 722
def note label
#foottext = "rdoc-label:foottext-#{label}:footmark-#{label}"
#ref.replace foottext if ref = @unlinked_notes.delete(label)
@notes[label] = foottext
#"{^1}[rdoc-label:footmark-#{label}:foottext-#{label}] "
end