Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfeng33 committed Dec 20, 2024
1 parent 681a1a1 commit 174f360
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions packages/math/src/lib/utils/getEquationHtml.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,4 @@ export const getEquationHtml = ({
}: {
element: TEquationElement;
options?: KatexOptions;
}) => {
const html = katex.renderToString(element.texExpression, options);

return html;
};
}) => katex.renderToString(element.texExpression, options);

0 comments on commit 174f360

Please sign in to comment.