Skip to content

Commit 8f2f6b0

Browse files
authored
add newline to fix list formatting
1 parent 2aee144 commit 8f2f6b0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/configure-references-links.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ To format this field in JSON, double quotations `"` must be [escaped](../JSON-fo
2525
Beginning with GeoBlacklight version 3.0, multiple download links and file formats can be included in the `dct_references_s` field. For more details on this update, see [this pull request](https://github.com/geoblacklight/geoblacklight/pull/916).
2626

2727
To enable multiple downloads:
28+
2829
* Make the value for the download file URI (`http://schema.org/downloadUrl`) into an array. This means it is enclosed in [square brackets].
2930
* Create one or more objects inside the array. These are enclosed in {curly brackets}.
3031
* Inside the object, define two `key:value` pairs separated by a comma.
@@ -94,4 +95,4 @@ When using an array for downloads, the value after the `"label"` key will be use
9495
}]
9596
}"
9697
}
97-
```
98+
```

0 commit comments

Comments
 (0)