From f7cfcaad044abcc7d64ca7dda31086d2c26a4e48 Mon Sep 17 00:00:00 2001 From: mat Date: Mon, 21 Mar 2022 15:31:32 +0000 Subject: add bank balance section --- src/lib/utils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/utils.ts') diff --git a/src/lib/utils.ts b/src/lib/utils.ts index 5dd0fc0..a4803df 100644 --- a/src/lib/utils.ts +++ b/src/lib/utils.ts @@ -21,7 +21,7 @@ const specialCodes: { [key: string]: string } = { 'l': 'font-weight: bold' } -const colorCodeCharacter = '§' +export const colorCodeCharacter = '§' export function formattingCodeToHtml(formatted: string): string { let htmlOutput = '' -- cgit