Skip to content

Commit 710ba1a

Browse files
authored
Format OpenURL fields as code snippets (#5)
Interpretted as html tags resulting in empty list items when viewed in a web browser (https://www.zotero.org/support/dev/creating_locate_engines_using_opensearch). Rendering as (individual) code snippets should fix this and also improve the semantics and understanding the strings as pieces of code.
1 parent e60d3cd commit 710ba1a

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

content/dev/creating_locate_engines_using_opensearch.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ For a more complicated service:
2525

2626
Zotero supports most of the fields specified by the OpenURL specification in any of the following namespaces:
2727

28-
- <info:ofi/fmt:kev:mtx:journal>
29-
- <info:ofi/fmt:kev:mtx:book>
30-
- <info:ofi/fmt:kev:mtx:patent>
31-
- <info:ofi/fmt:kev:mtx:sch_svc>
32-
- <info:ofi/fmt:kev:mtx:dissertation>
28+
- `<info:ofi/fmt:kev:mtx:journal>`
29+
- `<info:ofi/fmt:kev:mtx:book>`
30+
- `<info:ofi/fmt:kev:mtx:patent>`
31+
- `<info:ofi/fmt:kev:mtx:sch_svc>`
32+
- `<info:ofi/fmt:kev:mtx:dissertation>`
3333

3434
These namespaces are treated interchangeably. For a full list of fields, see the [OpenURL documentation](http://www.niso.org/kst/reports/standards/kfile_download?id%3Austring%3Aiso-8859-1=Z39-88-2004.pdf&pt=RkGKiXzW643YeUaYUqZ1BFwDhIG4-24RJbcZBWg8uE4vWdpZsJDs4RjLz0t90_d5_ymGsj_IKVaGZww13HuDlZQ8NBt1sTxP_v4iiGqH7rSaAeVDnMfeKJrrJ_JSEGPB).
3535

0 commit comments

Comments
 (0)