Skip to content

Commit 3889bc3

Browse files
chore: rm \n
Signed-off-by: David Dal Busco <david.dalbusco@outlook.com>
1 parent 4d1f1c4 commit 3889bc3

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

plugins/docusaurus.llms.plugin.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -514,10 +514,7 @@ const generateLlmsTxtFull = async ({
514514

515515
const content = groupedRoutes
516516
.map(
517-
([
518-
key,
519-
{ children, title }
520-
]) => `${buildMarkdown({ path: key, title })}\n\n
517+
([key, { children, title }]) => `${buildMarkdown({ path: key, title })}
521518
${children.map(buildMarkdown).join("\n\n")}`
522519
)
523520
.join("\n\n");

0 commit comments

Comments
 (0)