From de3ed807f6321f09ba1d660c88bd85af1078f10b Mon Sep 17 00:00:00 2001 From: nirholas Date: Tue, 31 Mar 2026 10:24:20 +0000 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20=F0=9F=9A=81=20markdown.ts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/markdown.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils/markdown.ts b/src/utils/markdown.ts index b2c673e..31593be 100644 --- a/src/utils/markdown.ts +++ b/src/utils/markdown.ts @@ -379,3 +379,4 @@ export function padAligned( } return content + ' '.repeat(padding) } +