We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b85cb4 commit 15649f9Copy full SHA for 15649f9
ee/tabby-ui/lib/utils/markdown.ts
@@ -11,7 +11,6 @@ const REMARK_STRINGIFY_OPTIONS: Options = {
11
tightDefinitions: true,
12
handlers: {
13
placeholder: (node: PlaceholderNode) => {
14
- console.log('placeholder node', node)
15
return node.value
16
}
17
} as any
0 commit comments