doc: linked issue to markdown plugin

This commit is contained in:
Hanzen Shou 2024-12-28 21:04:25 -08:00
parent c798df215e
commit 1ce57f2203

View file

@ -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) => {