Skip to content

Commit

Permalink
feat: shadcn-ui
Browse files Browse the repository at this point in the history
Signed-off-by: Dup4 <lyuzhi.pan@gmail.com>
  • Loading branch information
Dup4 committed Jul 8, 2023
1 parent 7fe6907 commit 6ee168d
Show file tree
Hide file tree
Showing 3 changed files with 1,006 additions and 1,608 deletions.
1 change: 1 addition & 0 deletions .vscode/settings.json
Expand Up @@ -14,6 +14,7 @@
"mathjax",
"Mkdist",
"mkdocs",
"nextjs",
"nextui",
"nprogress",
"pnpm",
Expand Down
6 changes: 2 additions & 4 deletions packages/mathjax-render-react/src/mathjaxNode.tsx
Expand Up @@ -30,16 +30,14 @@ export const MathJaxNode: React.FC<MathJaxNodeProps> = (props) => {
<div
dangerouslySetInnerHTML={{
__html: html,
}}
></div>
}}></div>
);
}

return (
<span
dangerouslySetInnerHTML={{
__html: html,
}}
></span>
}}></span>
);
};

0 comments on commit 6ee168d

Please sign in to comment.