Module parsoid::cite

source ·
Expand description

<ref> and <references/> tags are used to generate citation footnotes.

There are three nodes here:

  • Reference: the contents of the citation, i.e. the content inside <ref>
  • ReferenceLink: the [1] link that goes to the citation, aka the “cue
  • ReferenceList: the list of citations, i.e. <references/>

See the specification for more details.

Structs§

  • Represents the citation contained by a ref tag (<ref>)
  • Represents the link generated by a ref tag (<ref>) that points to the citation
  • Represents a reference list tag (<references/>)