ZIm/crates/markdown_preview/src
Nils Koch 4e33aaa55c
markdown_preview: Fix preview not rendering bullet points beginning with HTML (#27018)
Closes #26631

Release Notes:

- Fixed markdown preview not rendering bullet points beginning with HTML

Before:
<img width="822" alt="before"
src="https://github.com/user-attachments/assets/102a7eac-fcc2-457b-9587-4a021800841d"
/>


After:
<img width="822" alt="after"
src="https://github.com/user-attachments/assets/8544b318-0efa-46c3-bd9b-c6c21444fab7"
/>

Note: I thought it would make sense to return `true` in `is_text_like`
for `Event::InlineMath` and `Event::DisplayMath` as well, but it looks
like rendering inline math is not supported at all at the moment:


4402e033a4/crates/markdown/src/parser.rs (L108)
2025-03-24 13:57:06 +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 preview not rendering bullet points beginning with HTML (#27018) 2025-03-24 13:57:06 +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 Move "async move" a few characters to the left in cx.spawn() (#26758) 2025-03-19 02:09:02 +00:00
markdown_renderer.rs Worktree paths in git panel, take 2 (#26047) 2025-03-06 22:55:28 +00:00