Skip to content

Commit

Permalink
Remove use of CODE blocks, use backticks instead.
Browse files Browse the repository at this point in the history
  • Loading branch information
msporny committed Nov 13, 2023
1 parent 8f26b35 commit 643a8b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terms.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<a>verifiable credential</a> and are associated with <a>subjects</a> such that a
<a>verifiable credential</a> itself can be easily ported from one
<a>repository</a> to another without the need to reissue the <a>credential</a>.
An example of a DID is <code>did:example:123456abcdef</code>.
An example of a DID is `did:example:123456abcdef`.
</dd>
<dt><dfn class="lint-ignore" data-lt="decentralized identifier documents|DID document|DID documents">decentralized identifier document</dfn></dt>
<dd>
Expand Down Expand Up @@ -112,7 +112,7 @@
<dt><dfn data-lt="named graphs">named graph</dfn></dt>
<dd>
A <a>graph</a> associated with specific properties, such as
<code>verifiableCredential</code> or <code>proof</code>. These properties
`verifiableCredential` or `proof`. These properties
result in separate <a>graphs</a> that contain all <a>claims</a> defined in the
corresponding JSON objects.
</dd>
Expand Down

0 comments on commit 643a8b3

Please sign in to comment.