From 2204ebea31e0fa9646fa06c5255d9ec655d7d2a4 Mon Sep 17 00:00:00 2001 From: "Derek Munneke (Meeco)" Date: Tue, 25 Aug 2026 17:55:18 +0930 Subject: [PATCH] Revise metadata block in DID specification Convert the [pandoc `title block`](https://pandoc.org/MANUAL.html#extension-pandoc_title_block) metadata block in the Hedera DID Method Specification to frontmatter, that includes title, description, authors, version, date, and tags. Signed-off-by: Derek Munneke (Meeco) --- hedera-did-method-specification.md | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/hedera-did-method-specification.md b/hedera-did-method-specification.md index c0b0885..21c01ae 100644 --- a/hedera-did-method-specification.md +++ b/hedera-did-method-specification.md @@ -1,7 +1,15 @@ -% Hedera Hashgraph DID Method Specification -% Authors: Paul Madsen, Jo Vercammen, Derek Munneke -% Version: 1.0 - +--- +title: Hedera Hashgraph DID Method Specification +description: The did:hedera method is a W3C-compliant Decentralized Identifier method that uses the Hedera Consensus Service (HCS) as a verifiable, append-only log for DID operations. +author: + - Paul Madsen + - Jo Vercammen + - Derek Munneke +version: 1.0 +date: 2024-05-11 +tags: [did, hedera] +--- + **Table of Contents**