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 1e7a32e commit 0a29bcbCopy full SHA for 0a29bcb
src/components/Markdown.tsx
@@ -389,7 +389,11 @@ type MarkdownProps = {
389
rawContent?: string
390
}
391
392
-export function Markdown({ rawContent, htmlMarkup, headingsOverride }: MarkdownProps) {
+export function Markdown({
393
+ rawContent,
394
+ htmlMarkup,
395
+ headingsOverride,
396
+}: MarkdownProps) {
397
const { setHeadings } = useMarkdownHeadings()
398
399
React.useEffect(() => {
0 commit comments