Skip to content

Commit

Permalink
fix(ui): yarn lint
Browse files Browse the repository at this point in the history
Signed-off-by: stevenbjohnson <[email protected]>
  • Loading branch information
stevenbjohnson committed Nov 23, 2024
1 parent eedea73 commit e19d707
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -133,5 +133,5 @@ function SuspenseReactMarkdownGfm(props: {markdown: string}) {
}

function FormatMarkdown(markdown: string) {
return markdown.replace(/\n|#|`{3}|>/g, ' ').trim()
return markdown.replace(/\n|#|`{3}|>/g, ' ').trim();
}

0 comments on commit e19d707

Please sign in to comment.