This website works better with JavaScript.
Home
Explore
Sign In
miteruzo
/
btrc-hub
Watch
1
Star
0
Fork
0
Code
Issues
44
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
#89
main
みてるぞ
1 week ago
parent
419f46dfda
commit
73ed1e2b2a
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
frontend/src/components/WikiBody.tsx
+ 1
- 1
frontend/src/components/WikiBody.tsx
View File
@@ -72,7 +72,7 @@ export default ({ title, body }: Props) => {
acc.slice (0, start)
+ `[${ name }](/wiki/${ encodeURIComponent (name) })`
+ acc.slice (end)), body))
}, [pageNames])
}, [
body,
pageNames])
return (
<ReactMarkdown components={{ a: (
Write
Preview
Loading…
Cancel
Save