Skip to content

Commit

Permalink
chore: add small comment describing our FeatureEventFormatterMd
Browse files Browse the repository at this point in the history
  • Loading branch information
nunogois committed Sep 24, 2024
1 parent 74c6c7d commit fda8316
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/addons/feature-event-formatter-md.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit fda8316

Please sign in to comment.