diff --git a/backend/src/plugins/Tags/docs.ts b/backend/src/plugins/Tags/docs.ts index 0203e2f0..fd6ff2d5 100644 --- a/backend/src/plugins/Tags/docs.ts +++ b/backend/src/plugins/Tags/docs.ts @@ -7,7 +7,7 @@ export function generateTemplateMarkdown(definitions: TemplateFunction[]): strin const exampl = def.examples ? def.examples.map(ex => `> ${ex}`).join("\n") : ""; return ` #### ${def.name} - \`{${usage}}\` + \`{${def.name}${usage}}\` **${def.description}** ${exampl} `;