mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-23 01:25:02 +00:00
add name to the usage signature
This commit is contained in:
parent
6bc975e4b2
commit
1d967a51d2
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||
`;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue