Skip to content

Commit

Permalink
#91 Put <p> beneath <li>
Browse files Browse the repository at this point in the history
  • Loading branch information
anatoly-scherbakov committed Apr 21, 2023
1 parent bfb0bb0 commit a757bdd
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions spec/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1330,17 +1330,17 @@ <h2>Specify node <code>@type</code></h2>
"@id": https://yaml-ld.example
schema:dateModified: !xsd:date 2023-03-21
</pre>

<p>
Here, <code>%TAG</code> declares the <code>!xsd:</code> prefix for tags used
in the document. YAML treats tags as IRIs, which brings it close to the LD family
of data formatting tools. Note that the directives section must be separated
from the main document with <code>---</code> (a line containing exactly three hyphens).
</p>
</li>
</ul>
</section>

<p>
Here, <code>%TAG</code> declares the <code>!xsd:</code> prefix for tags used
in the document. YAML treats tags as IRIs, which brings it close to the LD family
of data formatting tools. Note that the directives section must be separated
from the main document with <code>---</code> (a line containing exactly three hyphens).
</p>

<section>
<h2>Reduce duplication</h2>

Expand Down Expand Up @@ -1377,6 +1377,8 @@ <h2>Reduce duplication</h2>
</section>
</section>

<p></p>

<p>
this document also defines a means of extending the
<a>JSON-LD internal representation</a> to allow a more complete expression
Expand Down

0 comments on commit a757bdd

Please sign in to comment.