Kreuzcrawl.CitationReference (kreuzcrawl v0.3.0-rc.37)

Copy Markdown

A single numbered reference in a citation list — produced by the citation extractor when content uses inline [N]-style markers.

Summary

Types

t()

A single numbered reference in a citation list — produced by the citation extractor when content uses inline [N]-style markers.

Types

t()

@type t() :: %Kreuzcrawl.CitationReference{
  index: non_neg_integer(),
  text: String.t() | nil,
  url: String.t() | nil
}

A single numbered reference in a citation list — produced by the citation extractor when content uses inline [N]-style markers.