このコミットが含まれているのは:
2025-08-21 05:43:48 +09:00
コミット d026e9c270
+1 -1
ファイルの表示
@@ -98,7 +98,7 @@ export default ({ title, body }: Props) => {
}, [body, pageNames])
return (
<ReactMarkdown components={mdComponents} remarkPlugins={[remarkGfm]}>
<ReactMarkdown components={mdComponents} remarkPlugins={[remarkGFM]}>
{realBody || `このページは存在しません。[新規作成してください](/wiki/new?title=${ encodeURIComponent (title) })。`}
</ReactMarkdown>)
}