We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a5eb97 commit 90fd0f1Copy full SHA for 90fd0f1
ee/tabby-ui/lib/utils/markdown.ts
@@ -67,7 +67,7 @@ export function processCodeBlocksWithLabel(ast: Root): RootContent[] {
67
68
switch (metas['label']) {
69
case 'changes':
70
- finalCommandText = 'changes'
+ finalCommandText = '"changes"'
71
placeholderNode = createPlaceholderNode(
72
`[[contextCommand:${finalCommandText}]]`
73
) as unknown as RootContent
0 commit comments