We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9af61d commit 731dd06Copy full SHA for 731dd06
config/helix/helix-commands
@@ -37,6 +37,7 @@ md_cmd() {
37
echo -e "\`\`\`\n${text}\n\`\`\`"
38
;;
39
untick)
40
+ # TODO: add brackets if none exist already
41
output="$(sd '\[.\]' '[ ]' <<< "$text")"
42
printf "%s\n" "$output"
43
0 commit comments