diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2023-08-28 21:33:44 -0500 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2023-08-28 21:33:44 -0500 |
| commit | 2a308fb5bec47aac0f59e074d793cec6e95db1c3 (patch) | |
| tree | e8d8026ab7074ae1c273c819e049eb211309e04f /components/Markdown | |
| parent | a0e64e73ef07c1cc3623d2712c483bf45884d350 (diff) | |
Add wg2nd
Diffstat (limited to 'components/Markdown')
| -rw-r--r-- | components/Markdown/index.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/components/Markdown/index.tsx b/components/Markdown/index.tsx index 4bb6c79..1a71330 100644 --- a/components/Markdown/index.tsx +++ b/components/Markdown/index.tsx @@ -11,7 +11,7 @@ interface MarkdownProps { const Markdown : FC<MarkdownProps> = ({md, className, ...props}) => ( <div className={clsx(styles.markdownContainer, className)} - + dangerouslySetInnerHTML={{ __html: md }} @@ -24,4 +24,4 @@ export type { MarkdownProps }; -export default Markdown;
\ No newline at end of file +export default Markdown; |
