Chat should escape formatting symbols used in words (e.g. asterisk in A*)

I’m working on a project with pathfinding and the A* algorithm. In chat Cursor tends to tell me:

“To apply the A algorithm to your codebase, you need to define the successors and heuristic functions based on your graph structure.

It should be escaping the asterisk so as to prevent undesired formatting.

2 Likes

True. This needs to be handled better.