mdx-component.tsx
This commit is contained in:
@@ -33,9 +33,9 @@ export const mdxComponents: MDXComponents = {
|
|||||||
|
|
||||||
// Paragraphs
|
// Paragraphs
|
||||||
p: ({ children, ...props }) => (
|
p: ({ children, ...props }) => (
|
||||||
<p className="text-slate-700 leading-relaxed mb-4" {...props}>
|
<div className="text-slate-700 leading-relaxed mb-4" {...props}>
|
||||||
{children}
|
{children}
|
||||||
</p>
|
</div>
|
||||||
),
|
),
|
||||||
|
|
||||||
// Lists
|
// Lists
|
||||||
|
|||||||
Reference in New Issue
Block a user