ZIm/crates/markdown_preview/src
Jason Lee c37f616c3b
gpui: Maintain img aspect ratio when max_width is set (#25632)
Release Notes:

- Fixed Markdown preview to display image with max width 100%.

## Before

<img width="1202" alt="image"
src="https://github.com/user-attachments/assets/359628df-8746-456f-a768-b3428923c937"
/>
<img width="750" alt="SCR-20250226-napv"
src="https://github.com/user-attachments/assets/f6154516-470e-41b2-84f5-ef0612c447ad"
/>


## After

<img width="1149" alt="image"
src="https://github.com/user-attachments/assets/2279347d-9c69-4a47-bb62-ccc8e55a98f6"
/>
<img width="520" alt="SCR-20250226-ngyz"
src="https://github.com/user-attachments/assets/03af5f14-1935-472e-822f-4c7f62630780"
/>
2025-03-03 12:36:27 +01:00
..
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 panic when parsing empty image tag (#21616) 2024-12-06 10:01:57 +01:00
markdown_preview.rs Eliminate GPUI View, ViewContext, and WindowContext types (#22632) 2025-01-26 03:02:45 +00:00
markdown_preview_view.rs markdown_preview: Fix markdown preview not updating on AcceptEditPrediction (#25772) 2025-02-28 01:22:46 +05:30
markdown_renderer.rs gpui: Maintain img aspect ratio when max_width is set (#25632) 2025-03-03 12:36:27 +01:00