From fda83163db628e9e1d9f42963461c18ccb0cca43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nuno=20G=C3=B3is?= Date: Tue, 24 Sep 2024 10:17:09 +0100 Subject: [PATCH] chore: add small comment describing our FeatureEventFormatterMd --- src/lib/addons/feature-event-formatter-md.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/addons/feature-event-formatter-md.ts b/src/lib/addons/feature-event-formatter-md.ts index 592ddc581521..d07beb16ad0a 100644 --- a/src/lib/addons/feature-event-formatter-md.ts +++ b/src/lib/addons/feature-event-formatter-md.ts @@ -29,6 +29,7 @@ interface IFeatureEventFormatterMdArgs { formatStyle?: FormatStyle; } +// This is not only formatting feature events. And it's also not only for (proper) markdown. We should probably revisit this sometime in the future and try to split it / refactor it. export class FeatureEventFormatterMd implements FeatureEventFormatter { private readonly unleashUrl: string;