From 643a8b376584fd299178b15f424772272502edd6 Mon Sep 17 00:00:00 2001 From: Manu Sporny Date: Mon, 13 Nov 2023 09:59:29 -0500 Subject: [PATCH] Remove use of CODE blocks, use backticks instead. --- terms.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/terms.html b/terms.html index 0f3dd98a9..b19b08162 100644 --- a/terms.html +++ b/terms.html @@ -24,7 +24,7 @@ verifiable credential and are associated with subjects such that a verifiable credential itself can be easily ported from one repository to another without the need to reissue the credential. -An example of a DID is did:example:123456abcdef. +An example of a DID is `did:example:123456abcdef`.
decentralized identifier document
@@ -112,7 +112,7 @@
named graph
A graph associated with specific properties, such as -verifiableCredential or proof. These properties +`verifiableCredential` or `proof`. These properties result in separate graphs that contain all claims defined in the corresponding JSON objects.