diff --git a/webview-ui/src/components/common/MarkdownBlock.tsx b/webview-ui/src/components/common/MarkdownBlock.tsx index 4de1f568d1..91e129ceb2 100644 --- a/webview-ui/src/components/common/MarkdownBlock.tsx +++ b/webview-ui/src/components/common/MarkdownBlock.tsx @@ -53,6 +53,7 @@ const remarkUrlToLink = () => { /** * Custom remark plugin that prevents filenames with extensions from being parsed as bold text * For example: __init__.py should not be rendered as bold "init" followed by ".py" + * Solves https://github.com/cline/cline/issues/1028 */ const remarkPreventBoldFilenames = () => { return (tree: any) => {