From 3329219e240f6f1a2f6049846aad74785d86f6d9 Mon Sep 17 00:00:00 2001 From: Aaron Bull Schaefer Date: Mon, 20 Jul 2026 09:16:00 -0700 Subject: [PATCH] Fix markdown callout syntax for proper tip rendering --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index abd9aed..c818976 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,9 @@ export ZP_ROOT="$HOME/src" set -gx ZP_ROOT $HOME/src ``` -> [!TIP] Bind `zp` to a key for quick access: +> [!TIP] +> +> Bind `zp` to a key for quick access: > > ```fish > # bind Ctrl-\ to zp when not inside a zmx session;