You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Indented code blocks (e.g., within bullet lists) are not receiving syntax highlighting in the edit panel, though they display correctly in the preview panel.
Expected behaviour
Indented code blocks should be highlighted in the edit panel, just like in the preview panel, ensuring consistency.
Actual behaviour
Steps to reproduce
Example markdown file:
Without indentation all fine:
```bash
$ echo Hello world
```
But without indentation it's not highlighted in edit panel.
- See:
```bash
$ echo Hello world 2
```
The text was updated successfully, but these errors were encountered:
polter-rnd
changed the title
[BUG] Indented code blocks are not highlighted in edit panel
[BUG] Indented code blocks not highlighted in edit panel
Feb 2, 2025
Indented code blocks (e.g., within bullet lists) are not receiving syntax highlighting in the edit panel, though they display correctly in the preview panel.
Expected behaviour
Indented code blocks should be highlighted in the edit panel, just like in the preview panel, ensuring consistency.
Actual behaviour
Steps to reproduce
Example markdown file:
The text was updated successfully, but these errors were encountered: