This commit is contained in:
2025-08-03 16:01:08 +09:00
parent 419f46dfda
commit 73ed1e2b2a
+1 -1
View File
@@ -72,7 +72,7 @@ export default ({ title, body }: Props) => {
acc.slice (0, start) acc.slice (0, start)
+ `[${ name }](/wiki/${ encodeURIComponent (name) })` + `[${ name }](/wiki/${ encodeURIComponent (name) })`
+ acc.slice (end)), body)) + acc.slice (end)), body))
}, [pageNames]) }, [body, pageNames])
return ( return (
<ReactMarkdown components={{ a: ( <ReactMarkdown components={{ a: (