From 60d977c0bf932c8188fdb138e5ed257bc4a32f6a Mon Sep 17 00:00:00 2001 From: Johnny Date: Sun, 23 Nov 2025 23:47:17 +0800 Subject: [PATCH] fix: add period to comment for golangci-lint compliance --- plugin/markdown/parser/tag.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/markdown/parser/tag.go b/plugin/markdown/parser/tag.go index ad2d1d6fb..15dc9ca4c 100644 --- a/plugin/markdown/parser/tag.go +++ b/plugin/markdown/parser/tag.go @@ -12,7 +12,7 @@ import ( ) const ( - // MaxTagLength defines the maximum number of runes allowed in a tag + // MaxTagLength defines the maximum number of runes allowed in a tag. MaxTagLength = 100 )