Files
oak-gpui/crates
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:


https://github.com/zed-industries/zed/blob/4402e033a47db8ab6bf05623a9f111dc7b44cbd5/crates/markdown/src/parser.rs#L108
2025-03-24 13:57:06 +01:00
..
2025-03-21 10:04:39 -06:00
2025-03-22 02:56:25 +00:00
2025-01-27 13:40:59 -05:00
2025-03-21 16:39:01 +00:00
2025-03-10 13:38:30 -06:00
2025-03-21 16:39:01 +00:00
2025-03-18 12:55:25 -04:00
2025-03-18 12:55:25 -04:00
2025-03-06 10:56:28 -07:00
2025-03-22 02:56:25 +00:00
2025-03-22 02:56:25 +00:00
2025-03-21 20:08:03 +00:00