From aa317ee8441593148a250ba2151a39fa562b021f Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Wed, 17 Sep 2025 12:14:07 -0700 Subject: [PATCH] docs: Remove inaccurate docs on removed avatar feature. We removed this specific feature a few years ago. While the general docs there are stale in other ways, we can at least remove this confusing documentation. Fixes #18326. --- docs/subsystems/markdown.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/subsystems/markdown.md b/docs/subsystems/markdown.md index 8212001c74..3e45f44f38 100644 --- a/docs/subsystems/markdown.md +++ b/docs/subsystems/markdown.md @@ -271,7 +271,4 @@ accurate. - Disabled images with `![]()` (images from links are shown as an inline preview). -- Allow embedding any avatar as a tiny (list bullet size) image. This - is used primarily by version control integrations. - - We added the `~~~ quote` block quote syntax.