Skip to content

Commit 90fd0f1

Browse files
authored
Update ee/tabby-ui/lib/utils/markdown.ts
1 parent 0a5eb97 commit 90fd0f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ee/tabby-ui/lib/utils/markdown.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ export function processCodeBlocksWithLabel(ast: Root): RootContent[] {
6767

6868
switch (metas['label']) {
6969
case 'changes':
70-
finalCommandText = 'changes'
70+
finalCommandText = '"changes"'
7171
placeholderNode = createPlaceholderNode(
7272
`[[contextCommand:${finalCommandText}]]`
7373
) as unknown as RootContent

0 commit comments

Comments
 (0)