Add missing final newlines

This commit is contained in:
mDuo13
2023-11-29 17:47:38 -08:00
parent e750961647
commit 7eaa382409
3 changed files with 3 additions and 3 deletions

View File

@@ -81,4 +81,4 @@ export function CodePageName(props: {
return (
<code>{props.name}</code>
)
}
}

View File

@@ -47,4 +47,4 @@ export const codePageName: Schema & { tagName: string } = {
},
render: 'CodePageName',
selfClosing: true,
};
};