Proper LaTeX Math Rendering in Chat UI

Feature request for product/service

Cursor IDE

Describe the request

The Cursor chat UI currently does not render LaTeX math blocks. For example:

  1. The Core Update Mechanism
    The simplified update rule in your code is:
    $$ W_{:, j} \leftarrow W_{:, j} + W_{:, i} \times P_{i, j} \quad \text{for } j > i $$
    Where:
    $i$ is the index of the current column being processed.
    $j$ is the index of a future column in the same block.
    $W_{:, i}$ is the weight of the current column (which has already been updated by previous steps).
    $P_{i, j}$ is the correction coefficient from the $P$ matrix.

Equations written in $$ … $$ or ( … ) are shown as plain TeX source, which makes technical discussions unnecessarily hard to read.

Operating System (if it applies)

Windows 10/11