ZIm/crates/markdown
Bennet Bo Fenner 06af0310f7
markdown: Fix out of range panic in parser (#30510)
For some reason `pulldown_cmark` treats \````` as a codeblock, meaning
that we could end up with an invalid range generated from
`extract_code_block_content_range` (`3..2`)

Closes #30495

Release Notes:

- agent: Fix an edge case where the editor would crash when model
generated malformed markdown
2025-05-11 15:08:37 +00:00
..
examples Implement rendering of images with data urls in markdown (#30322) 2025-05-08 18:26:24 -07:00
src markdown: Fix out of range panic in parser (#30510) 2025-05-11 15:08:37 +00:00
Cargo.toml Implement rendering of images with data urls in markdown (#30322) 2025-05-08 18:26:24 -07:00
LICENSE-GPL Add xtask for finding crates with missing licenses (#11776) 2024-05-13 18:52:12 -04:00