From 8dd2f4451d9ec0b6f6fad7cc6583aecc4dc460fd Mon Sep 17 00:00:00 2001 From: 6543 <6543@obermui.de> Date: Thu, 21 Dec 2023 20:57:35 +0100 Subject: [PATCH] Add CommonMark as optional text format suggestion to instance description --- schemas/2.2/example.json | 2 +- schemas/2.2/schema.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/schemas/2.2/example.json b/schemas/2.2/example.json index 1dc9e5d..35294ea 100644 --- a/schemas/2.2/example.json +++ b/schemas/2.2/example.json @@ -2,7 +2,7 @@ "version": "2.2", "instance": { "name": "FIđť‘“F fediverse", - "description": "Welcome to the FIđť‘“F fediverse server" + "description": "Welcome to the [FIđť‘“F](https://fiff.de) fediverse server" }, "software": { "name": "diaspora", diff --git a/schemas/2.2/schema.json b/schemas/2.2/schema.json index 8dd1df8..e3cb710 100644 --- a/schemas/2.2/schema.json +++ b/schemas/2.2/schema.json @@ -33,7 +33,7 @@ "pattern": "^.{0,500}$" }, "description": { - "description": "If supported by the software the administrator configured long form description of this instance.", + "description": "If supported by the software the administrator configured long form description of this instance. It might be in CommonMark format, HTML must not be rendered.", "type": "string", "pattern": "^.{0,5000}$" }