From dc50fbb52806b9b123049a440d0bedeac9667bba Mon Sep 17 00:00:00 2001 From: memdmp Date: Wed, 22 Jan 2025 16:59:09 +0100 Subject: fix: codeblocks for the commit ids in changelog --- contrib/fmt-commit-link.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib') diff --git a/contrib/fmt-commit-link.zsh b/contrib/fmt-commit-link.zsh index ae4ee1c..5fb4651 100755 --- a/contrib/fmt-commit-link.zsh +++ b/contrib/fmt-commit-link.zsh @@ -1,2 +1,2 @@ #!/usr/bin/env zsh -echo -n "[${1:0:7}](https://git.estrogen.zone/zuwu.git/commit/?id=${1})" +echo -n "[\`${1:0:7}\`](https://git.estrogen.zone/zuwu.git/commit/?id=${1})" -- cgit v1.2.3