Skip to content

Commit 5a41dd8

Browse files
ioggstreamgkellogg
andcommitted
Apply suggestions from code review
Co-authored-by: Gregg Kellogg <[email protected]>
1 parent 940d395 commit 5a41dd8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

spec/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ <h2>Introduction</h2>
243243
<p>
244244
Since YAML is more expressive than JSON,
245245
both in the available data types and in the document structure
246-
(see [[I-D.ietf-yaml-mediatypes]]),
246+
(see [[I-D.ietf-httpapi-yaml-mediatypes]]),
247247
this document identifies constraints on YAML documents
248248
such that they can be used to represent JSON-LD documents.
249249
</p>
@@ -308,7 +308,7 @@ <h2>Basic Concepts</h2>
308308
JSON encoding is UTF-8.
309309
</p>
310310

311-
<p>Example: the JSON-LD document below
311+
<p data-format="markdown>Example: the JSON-LD document below
312312
313313
```
314314
{
@@ -345,7 +345,7 @@ <h2>Basic Concepts</h2>
345345
</p>
346346
</section>
347347
<section id="specifications" class="normative">
348-
<h2>Specifications</h2>
348+
<h2>Core Requirements</h2>
349349

350350
<p>
351351
A YAML-LD document is a [[YAML]] document that can be interpreted as linked data.
@@ -373,7 +373,7 @@ <h2>Specifications</h2>
373373
When interpreting the document as JSON-LD,
374374
alias nodes MUST be resolved by value to their target nodes.
375375
</p>
376-
<p>
376+
<p data-format="markdown>
377377
Example: The following YAML-LD document
378378
contains alias nodes for the {"@id": "country:ITA"} object;
379379

0 commit comments

Comments
 (0)