-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Open
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or request
Description
Hi everyone, cursor is great, thank you very much :)
I'd like to use cursor for helping me to write better docs for my modules, but unfortunately both the chat and the inline-AI break when markdown files have code blocks in it:
Chat screenshot:

Inline screenshot:

Here is my markdown code to reproduce:
# This is a demo
```php
$foo = 'foo';
```
## Some more text
```php
$bar = 'bar';
```
strueman, benjamincanac, RalfNorthman, thinksentient, Shakerrry and 23 more
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or request