Skip to content

Commit

Permalink
refactor: rename htmlToStringPlugin to htmlToTextPlugin
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinCupela committed Nov 10, 2023
1 parent 5922efb commit 5a635fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ const transform = (tree: Nodes) => {
visit(tree, visitor);
};

export const htmlToStringPlugin = () => transform;
export const htmlToTextPlugin = () => transform;
2 changes: 1 addition & 1 deletion src/components/Message/renderText/remarkPlugins/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export * from './htmlToStringPlugin';
export * from './htmlToTextPlugin';
export * from './keepLineBreaksPlugin';

0 comments on commit 5a635fc

Please sign in to comment.