From bd0353072f0c29481d99d727fa240b57d137d5a4 Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Mon, 10 Jun 2024 15:44:31 -0600 Subject: [PATCH] C2S: Fix MXC URI code block while we're here --- content/client-server-api/modules/content_repo.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/content/client-server-api/modules/content_repo.md b/content/client-server-api/modules/content_repo.md index cef70b3d..37c13e70 100644 --- a/content/client-server-api/modules/content_repo.md +++ b/content/client-server-api/modules/content_repo.md @@ -28,10 +28,12 @@ interacting with the media repository. Content locations are represented as Matrix Content (`mxc://`) URIs. They look like: - mxc:/// +``` +mxc:/// - : The name of the homeserver where this content originated, e.g. matrix.org - : An opaque ID which identifies the content. + : The name of the homeserver where this content originated, e.g. matrix.org + : An opaque ID which identifies the content. +``` #### Client behaviour