We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea2cad9 commit d0b98a3Copy full SHA for d0b98a3
src/components/DocsSection.tsx
@@ -24,7 +24,7 @@ export function DocsSection({
24
<div
25
key={index}
26
dangerouslySetInnerHTML={{
27
- __html: content
+ __html: content.replaceAll("<ul>", '<ul class="list-disc pl-4">')
28
}}
29
></div>
30
);
0 commit comments