README: minor reformatting.
This commit is contained in:
parent
6e17070be1
commit
2f4bf9dfa4
1 changed files with 13 additions and 13 deletions
26
README
26
README
|
@ -2780,43 +2780,43 @@ block. Here is an example:
|
||||||
|
|
||||||
The following fields are recognized:
|
The following fields are recognized:
|
||||||
|
|
||||||
identifier
|
`identifier`
|
||||||
~ Either a string value or an object with fields `text` and
|
~ Either a string value or an object with fields `text` and
|
||||||
`scheme`. Valid values for `scheme` are `ISBN-10`,
|
`scheme`. Valid values for `scheme` are `ISBN-10`,
|
||||||
`GTIN-13`, `UPC`, `ISMN-10`, `DOI`, `LCCN`, `GTIN-14`,
|
`GTIN-13`, `UPC`, `ISMN-10`, `DOI`, `LCCN`, `GTIN-14`,
|
||||||
`ISBN-13`, `Legal deposit number`, `URN`, `OCLC`,
|
`ISBN-13`, `Legal deposit number`, `URN`, `OCLC`,
|
||||||
`ISMN-13`, `ISBN-A`, `JP`, `OLCC`.
|
`ISMN-13`, `ISBN-A`, `JP`, `OLCC`.
|
||||||
title
|
`title`
|
||||||
~ Either a string value, or an object with fields `file-as` and
|
~ Either a string value, or an object with fields `file-as` and
|
||||||
`type`, or a list of such objects. Valid values for `type` are
|
`type`, or a list of such objects. Valid values for `type` are
|
||||||
`main`, `subtitle`, `short`, `collection`, `edition`, `extended`.
|
`main`, `subtitle`, `short`, `collection`, `edition`, `extended`.
|
||||||
creator
|
`creator`
|
||||||
~ Either a string value, or an object with fields `role`, `file-as`,
|
~ Either a string value, or an object with fields `role`, `file-as`,
|
||||||
and `text`, or a list of such objects. Valid values for `role` are
|
and `text`, or a list of such objects. Valid values for `role` are
|
||||||
[marc relators](http://www.loc.gov/marc/relators/relaterm.html), but
|
[marc relators](http://www.loc.gov/marc/relators/relaterm.html), but
|
||||||
pandoc will attempt to translate the human-readable versions
|
pandoc will attempt to translate the human-readable versions
|
||||||
(like "author" and "editor") to the appropriate marc relators.
|
(like "author" and "editor") to the appropriate marc relators.
|
||||||
contributor
|
`contributor`
|
||||||
~ Same format as `creator`.
|
~ Same format as `creator`.
|
||||||
date
|
`date`
|
||||||
~ A string value in `YYYY-MM-DD` format. (Only the year is necessary.)
|
~ A string value in `YYYY-MM-DD` format. (Only the year is necessary.)
|
||||||
Pandoc will attempt to convert other common date formats.
|
Pandoc will attempt to convert other common date formats.
|
||||||
language
|
`language`
|
||||||
~ A string value in [RFC5646] format. Pandoc will default to the local
|
~ A string value in [RFC5646] format. Pandoc will default to the local
|
||||||
language if nothing is specified.
|
language if nothing is specified.
|
||||||
subject
|
`subject`
|
||||||
~ A string value or a list of such values.
|
~ A string value or a list of such values.
|
||||||
description
|
`description`
|
||||||
~ A string value.
|
~ A string value.
|
||||||
type
|
`type`
|
||||||
~ A string value.
|
~ A string value.
|
||||||
format
|
`format`
|
||||||
~ A string value.
|
~ A string value.
|
||||||
relation
|
`relation`
|
||||||
~ A string value.
|
~ A string value.
|
||||||
coverage
|
`coverage`
|
||||||
~ A string value.
|
~ A string value.
|
||||||
rights
|
`rights`
|
||||||
~ A string value.
|
~ A string value.
|
||||||
|
|
||||||
Literate Haskell support
|
Literate Haskell support
|
||||||
|
|
Loading…
Reference in a new issue