diff --git a/pages/index.tsx b/pages/index.tsx index bd045c4..60efe37 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -22,7 +22,7 @@ const slackMarkdownRenderer = (text: { value: string }) => { if (matches) { return ( - {matches[2]} + #{matches[2]} ); }