From 151bcc2377e19bdbbc71f76014746bdf3253b8c0 Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Sun, 13 Sep 2020 19:29:28 +0200 Subject: [PATCH] Use inline code formatting for the commit hash --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 73cd414..1491fd3 100755 --- a/build.sh +++ b/build.sh @@ -21,7 +21,7 @@ echo "https://github.com/godotengine/godot/commit/$COMMIT_HASH" cat << EOF > content/_index.md # Godot class reference status -Generated from Godot commit [$COMMIT_HASH](https://github.com/godotengine/godot/commit/$COMMIT_HASH) +Generated from Godot commit [\`$COMMIT_HASH\`](https://github.com/godotengine/godot/commit/$COMMIT_HASH) ($COMMIT_DATE). Interested in contributing? See