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 5d65c8a commit 56c44d9Copy full SHA for 56c44d9
src/generators/llms-txt/utils/buildApiDocLink.mjs
@@ -11,7 +11,7 @@ import { transformNodeToString } from '../../../utils/unist.mjs';
11
*/
12
export const getEntryDescription = entry => {
13
if (entry.llmDescription) {
14
- return entry.llmDescription;
+ return entry.llmDescription.trim();
15
}
16
17
const descriptionNode = entry.content.children.find(
0 commit comments