From 6e3e08b4f74cb0e1dc3d2d00ae84a580ddc616e7 Mon Sep 17 00:00:00 2001 From: Jazz Turner-Baggs <473256+jazzz@users.noreply.github.com> Date: Mon, 7 Jul 2025 06:51:52 -0700 Subject: [PATCH] fix protobuf syntac highlighting --- specs/conversations.md | 4 ++-- specs/inbox.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/specs/conversations.md b/specs/conversations.md index 5257279..9aed0e9 100644 --- a/specs/conversations.md +++ b/specs/conversations.md @@ -44,7 +44,7 @@ A Conversation is an instance of a particular ConversationType which contains th ### ConversationIdentifiers -A Conversation instance MUST a conversationd_id and the `conversation_id` MUST uniquely identify the conversation. +A Conversation instance MUST a conversation_id and the `conversation_id` MUST uniquely identify the conversation. [TODO: Should more guidance be added later? e,g ///] @@ -86,7 +86,7 @@ To mitigate this risk and provide a safer default for Conversation implementors, The wire format is specified using protocol buffers v3. -```mermaid +```protobuf message UmbraEnvelopeV1 { diff --git a/specs/inbox.md b/specs/inbox.md index 3f399a8..dd27813 100644 --- a/specs/inbox.md +++ b/specs/inbox.md @@ -70,7 +70,7 @@ The EncryptedBytes message is a self-describing wrapper for all encrypted payloa ## Wire Format Specification / Syntax The wire format is specified using protocol buffers v3. -```mermaid +```protobuf message InboxV1Frame { string recipient = 1;