From d8cf45b546858419701bb9d7bcb5a8998c546df1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0imon=20Brandner?= Date: Sat, 19 Mar 2022 08:15:31 +0100 Subject: [PATCH] Improve codeblock MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Šimon Brandner --- proposals/3417-call-room-type.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/proposals/3417-call-room-type.md b/proposals/3417-call-room-type.md index 93a69384..239780c2 100644 --- a/proposals/3417-call-room-type.md +++ b/proposals/3417-call-room-type.md @@ -20,10 +20,8 @@ information from the `m.room.create` state event is used instead. ### Example -```json -POST /_matrix/client/r0/createRoom HTTP/1.1 -Content-Type: application/json - +```HTTP +POST /_matrix/client/r0/createRoom { "preset": "private_chat", "name": "The Grand Duke Pub",