From 12265dcfffcd6eb1b96b2f741f893ca59b77bfea Mon Sep 17 00:00:00 2001 From: multipleof4 Date: Tue, 17 Feb 2026 19:51:56 -0800 Subject: [PATCH] Feat: Update docs to mention dot encoding --- index.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/index.html b/index.html index 75238e7..54e1782 100644 --- a/index.html +++ b/index.html @@ -199,6 +199,9 @@ Use images sparingly to complement your responses — not every message needs on

Usage

Embed directly in your markdown files:

![orange cat](https://direct-img.link/orange+cat)
+

+ * Note: Literal dots (.) and slashes (/) are rejected to prevent bot abuse. Use %2E or %2F if your query requires them. +