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) } +