Skip to content

Commit 597b063

Browse files
authored
Use 6 dashes to delimit chapters (#1305)
1 parent 9437950 commit 597b063

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/generate-llms-txt.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Preact is a fast, lightweight alternative to React that provides the same modern
6363
}
6464

6565
content += `${cleanedBody}\n\n`;
66-
content += `---\n\n`;
66+
content += `------\n\n`;
6767
});
6868

6969
return content;

0 commit comments

Comments
 (0)