We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9437950 commit 597b063Copy full SHA for 597b063
1 file changed
plugins/generate-llms-txt.js
@@ -63,7 +63,7 @@ Preact is a fast, lightweight alternative to React that provides the same modern
63
}
64
65
content += `${cleanedBody}\n\n`;
66
- content += `---\n\n`;
+ content += `------\n\n`;
67
});
68
69
return content;
0 commit comments