Skip to content

Support for Markdown output in AI Chat #1705

@BernhardBaumrock

Description

@BernhardBaumrock

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:

image

Inline screenshot:

image

Here is my markdown code to reproduce:

  # This is a demo
  
  ```php
  $foo = 'foo';
  ```
  
  ## Some more text
  
  ```php
  $bar = 'bar';
  ```

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingenhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions