ZIm/crates/markdown_preview/src
Andrey Arutiunian eb9fd62a90
Fix rendering of markdown tables (#18315)
- Closes: https://github.com/zed-industries/zed/issues/11024

## Release Notes:

- Improved Markdown Preview rendering of tables

## Before:


![image](https://github.com/user-attachments/assets/25f05604-38a9-4bde-901c-6d53a5d9d94d)

<img width="2035" alt="Screenshot 2024-09-25 at 05 47 19"
src="https://github.com/user-attachments/assets/a30c56f5-4793-44c2-8527-294189f9e724">

## Now:


![image](https://github.com/user-attachments/assets/ce06f045-d0db-4b8c-a1fc-2811d35f2683)


<img width="2040" alt="Screenshot 2024-09-25 at 05 47 48"
src="https://github.com/user-attachments/assets/76e5d217-9110-4c5d-9fad-dc63ae0b75f4">

## Note:

I'm not a Rust programmer and this is my first PR in Zed (because i just
want to fix this, so i can view my notes in Markdown in Zed, not slow
Visual Studio Code) - so there may be errors. I'm open for critic a
2024-09-30 15:50:30 -07:00
..
markdown_elements.rs chore: Fix several style lints (#17488) 2024-09-06 11:58:39 +02:00
markdown_parser.rs Upgrade tree sitter and all grammars (#17734) 2024-09-16 17:10:57 -07:00
markdown_preview.rs markdown preview: Improve live preview (#10205) 2024-04-08 21:17:40 +02:00
markdown_preview_view.rs use ssh lsp store (#17655) 2024-09-10 15:51:01 -04:00
markdown_renderer.rs Fix rendering of markdown tables (#18315) 2024-09-30 15:50:30 -07:00