mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-05 08:10:14 +00:00
doc: linked issue to markdown plugin
This commit is contained in:
parent
c798df215e
commit
1ce57f2203
1 changed files with 1 additions and 0 deletions
|
|
@ -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) => {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue