Skip to content

Commit 1ce57f2

Browse files
committed
doc: linked issue to markdown plugin
1 parent c798df2 commit 1ce57f2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

webview-ui/src/components/common/MarkdownBlock.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ const remarkUrlToLink = () => {
5353
/**
5454
* Custom remark plugin that prevents filenames with extensions from being parsed as bold text
5555
* For example: __init__.py should not be rendered as bold "init" followed by ".py"
56+
* Solves https://github.com/cline/cline/issues/1028
5657
*/
5758
const remarkPreventBoldFilenames = () => {
5859
return (tree: any) => {

0 commit comments

Comments
 (0)