Skip to content

Commit f6cc54e

Browse files
davidlehndlongley
authored andcommitted
Fix markup.
1 parent e407147 commit f6cc54e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

index.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -506,6 +506,7 @@ <h2>CBOR-LD Varint Registry</h2>
506506
The <b>CBOR-LD Registry</b> is a global list that provides
507507
consumers of CBOR-LD payloads the information they need to reconstruct the term codec map
508508
required for decompression. A <b>CBOR-LD Varint Registry Entry</b> contains the following:
509+
</p>
509510
<ol>
510511
<li>
511512
Registry Entry ID: a positive integer.
@@ -530,15 +531,15 @@ <h2>CBOR-LD Varint Registry</h2>
530531
may change or be removed.
531532
</li>
532533
</ol>
533-
</p>
534534
<p>
535535
The `typeTables` associated with a <b>CBOR-LD Varint Registry Entry</b> MUST be an array of
536536
or JSON objects. The only exception is the string "callerProvidedTable", which may appear in this array,
537537
denoting that for this use case, a `Type Table` is required which is not globally
538538
defined.
539539
</p>
540-
<p></p>
540+
<p>
541541
Dereferencing one of these URLs MUST result in a JSON object with the following properties:
542+
</p>
542543
<ol>
543544
<li>
544545
`type`: a JSON-LD type.
@@ -2396,6 +2397,7 @@ <h2>Get Registry Entry ID Algorithm</h2>
23962397
</ol>
23972398
</section>
23982399
</section>
2400+
</section>
23992401

24002402
</body>
24012403
</html>

0 commit comments

Comments
 (0)