From 731dd0657bc0da2ebcbc640aff351043599c13c8 Mon Sep 17 00:00:00 2001 From: clux Date: Wed, 4 Dec 2024 16:18:26 +0700 Subject: [PATCH] hx: stash a comment Signed-off-by: clux --- config/helix/helix-commands | 1 + 1 file changed, 1 insertion(+) diff --git a/config/helix/helix-commands b/config/helix/helix-commands index 93af28d..289924f 100755 --- a/config/helix/helix-commands +++ b/config/helix/helix-commands @@ -37,6 +37,7 @@ md_cmd() { echo -e "\`\`\`\n${text}\n\`\`\`" ;; untick) + # TODO: add brackets if none exist already output="$(sd '\[.\]' '[ ]' <<< "$text")" printf "%s\n" "$output" ;;