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 0c2e8b5 commit 7ab11ccCopy full SHA for 7ab11cc
src/components/MdxComponents.tsx
@@ -59,6 +59,9 @@ const MdxComponents = (version?: string) => {
59
h5: (props: any) => {
60
return <Heading level="5" id={props.id} props={props} />;
61
},
62
+ h6: (props: any) => {
63
+ return <Heading level="6" id={props.id} props={props} />;
64
+ },
65
img: (props: any) => {
66
return <img className="rounded-xl" {...props} />;
67
0 commit comments