ZIm/crates/markdown_preview/src
Smit Barmase ee08776f34
markdown_preview: Fix code block highlight and indentation (#27463)
Closes #23218

Before:
<img width="1463" alt="before"
src="https://github.com/user-attachments/assets/4f77a4e0-61b8-4516-91a4-366f73e24760"
/>

After:
<img width="1463" alt="after"
src="https://github.com/user-attachments/assets/61e2c69d-fa6b-4c52-b1eb-ad7a61e274e0"
/>


Release Notes:

- Fixed issue where code block highlight and indentation in markdown
preview was rendered incorrectly.
2025-03-26 04:14:23 +05:30
..
markdown_elements.rs markdown preview: Fix panic when parsing empty image tag (#21616) 2024-12-06 10:01:57 +01:00
markdown_parser.rs markdown_preview: Fix code block highlight and indentation (#27463) 2025-03-26 04:14:23 +05:30
markdown_preview.rs Eliminate GPUI View, ViewContext, and WindowContext types (#22632) 2025-01-26 03:02:45 +00:00
markdown_preview_view.rs debugger: Fix typing in active buffer resulting a jump to an active debug line (#27439) 2025-03-25 17:08:36 +00:00
markdown_renderer.rs Worktree paths in git panel, take 2 (#26047) 2025-03-06 22:55:28 +00:00