From 1ce57f22031758c3a1fbb504ee59688b999c4f22 Mon Sep 17 00:00:00 2001 From: Hanzen Shou Date: Sat, 28 Dec 2024 21:04:25 -0800 Subject: [PATCH] doc: linked issue to markdown plugin --- webview-ui/src/components/common/MarkdownBlock.tsx | 1 + 1 file changed, 1 insertion(+) 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) => {