Skip to content

Commit 0a29bcb

Browse files
ci: apply automated fixes
1 parent 1e7a32e commit 0a29bcb

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/components/Markdown.tsx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,11 @@ type MarkdownProps = {
389389
rawContent?: string
390390
}
391391

392-
export function Markdown({ rawContent, htmlMarkup, headingsOverride }: MarkdownProps) {
392+
export function Markdown({
393+
rawContent,
394+
htmlMarkup,
395+
headingsOverride,
396+
}: MarkdownProps) {
393397
const { setHeadings } = useMarkdownHeadings()
394398

395399
React.useEffect(() => {

0 commit comments

Comments
 (0)