class Paru::PandocFilter::Citation

A Citation consists of an id, a prefix, a suffix, a mode, a note number, and integer hash. All of which are optional.

@see hackage.haskell.org/package/pandoc-types-1.17.0.5/docs/Text-Pandoc-Definition.html#t:Citation

@!attribute id

@return [String]

@!attribute prefix

@return [Array<Inline>]

@!attribute suffix

@return [Array<Inline>]

@!attribute mode

@return [String]

@!attribute note_num

@return [Integer]

@!attribute hash

@return [Integer]