This commit is contained in:
@@ -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: (
|
||||||
|
|||||||
Reference in New Issue
Block a user