Skip to content

Commit

Permalink
docs: deprecated comment in FrontMatterConverter.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
songkg7 committed Oct 19, 2024
1 parent b9e6676 commit b050a5d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/FrontMatterConverter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ const convert = (frontMatter: FrontMatter) => {
return fm;
};

/**
* @deprecated Use {@link convertFrontMatter} instead
*/
export class FrontMatterConverter implements Converter {

private readonly fileName: string;
Expand Down

0 comments on commit b050a5d

Please sign in to comment.