Skip to content

Commit 4363c86

Browse files
committed
replの1行目が消えるのを修正
1 parent ec1cda7 commit 4363c86

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/[lang]/[pageId]/pageContent.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ export function PageContent(props: PageContentProps) {
107107
<StyledMarkdown
108108
content={section.rawContent.replace(
109109
/-repl\s*\n/,
110-
`-repl:${section.id}`
110+
`-repl:${section.id}\n`
111111
)}
112112
/>
113113
</div>

0 commit comments

Comments
 (0)